Tutorials
How to Make API Calls in Chrome Extensions
Learn how to make secure API calls in Chrome extensions using Fetch API, service workers, host permissions, authentication, and CORS handling.
Tutorials
Learn how to make secure API calls in Chrome extensions using Fetch API, service workers, host permissions, authentication, and CORS handling.
Tutorials
Learn how to use the Chrome Extension Storage API to save, retrieve, and track user data. Includes examples for sync and local storage, best practices, and use cases.
Tutorials
Learn how to create a Chrome extension options page, register it in manifest.json, save user preferences, and restore settings with chrome.storage.
Tutorials
Learn how to debug offscreen pages in Chrome Extension Manifest V3 using chrome://inspect, logging relay systems, and Inspect views.
Tutorials
Learn where Chrome extensions are stored on Windows, macOS, and Linux, how to find profile paths, extension IDs, and stored extension data.
Tutorials
Learn how to monetize your Firefox and Microsoft Edge extensions using Mellowtel. Includes step-by-step implementation guide and best practices.
Tutorials
Learn how to fix the Axios “Adapter http is not available” error in Chrome extensions by replacing Axios with Fetch API and async/await.
Tutorials
Learn how to fix Ollama API CORS errors in Chrome extensions by configuring Ollama origins, manifest permissions, and localhost API requests.
Tutorials
Learn how to create and implement a service worker in Chrome extensions using Manifest V3. Includes examples, best practices, and use cases.
Tutorials
Learn how to make a Chrome extension from scratch using Manifest V3, including popup UI, content scripts, service workers, storage, testing, and publishing.
Tutorials
Learn how content scripts and background service workers work in Chrome extensions, including MV3 contexts, messaging, permissions, and debugging.
Tutorials
Learn how to get the current tab URL in a Chrome extension using Manifest V3, activeTab, tabs API, service workers, popups, and content scripts.