Step-by-step guide to sideload extensions from ZIP files when they're not available on the Chrome Web Store.
Go to the extension's GitHub Releases page and download the latest .zip file.
Extract the ZIP to a permanent location. Right-click the file β Extract All (Windows) or double-click (macOS). Remember this folder β you'll need it later.
manifest.json and extension fileschrome://extensionsType chrome://extensions into the address bar and press Enter.
Toggle "Developer mode" on β the switch is in the top-right corner of the Extensions page.
A new toolbar appears with several buttons. Click "Load unpacked".
A file dialog opens. Navigate to and select the folder you extracted in step 2 (the one containing manifest.json), then click Select Folder.
The extension icon appears in your toolbar and on the Extensions page. Pin it for quick access by clicking the puzzle piece icon β Pin.
Same as Chrome β download the ZIP from GitHub Releases and extract it to a permanent folder.
edge://extensionsType edge://extensions into the Edge address bar and press Enter.
Turn on "Developer mode" using the toggle on the left sidebar (or top-right, depending on your Edge version).
Click "Load unpacked" and select the extracted folder containing manifest.json.
The extension is now installed. Pin it from the extensions menu for easy access.
From the extension's GitHub Releases, download the .xpi file (preferred) or the .zip file.
about:addonsType about:addons in the address bar, or press Ctrl+Shift+A (Windows/Linux) / Cmd+Shift+A (macOS).
On the Extensions tab, click the gear βοΈ icon and select "Install Add-on From Fileβ¦". Then browse to the downloaded .xpi file.
Firefox may show a permission prompt. Review the permissions and click "Add" to confirm.
The extension is now active. You can manage it from the Add-ons Manager.
web-ext CLI tool to temporarily load extensions during development:npm install -g web-extweb-ext run --source-dir ./extension-folder
manifest.json directly inside (not nested in a subfolder).chrome://extensions and "Load unpacked" again with the new folder.Screen recorder & annotation tool
Smart vocabulary builder
Advanced tab management
Read-later bookmark manager
Web content clipper
Distraction blocker & focus timer
Smart dark mode for any site
Auto-fill forms securely