Install Extension
Chrome / Edge / Brave
From the Chrome Web Store
- Visit the StashBridge listing on the Chrome Web Store
- Click Add to Chrome
- The extension icon appears in your toolbar
From Source (Developer Mode)
If you want to build from source:
git clone https://github.com/cybersader/stashbridge.gitcd stashbridgebun installcd packages/extensionbun run build:chromeThen load the unpacked extension:
- Go to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked
- Select the
packages/extension/.output/chrome-mv3/folder
Updating (Developer Mode)
When you pull new changes and rebuild:
git pullbun installcd packages/extensionbun run build:chromeThen go to chrome://extensions and click the reload icon (circular arrow) on the StashBridge card. No need to remove and re-add it — the extension stays loaded from the same folder.
Firefox
From Firefox Add-ons
- Visit the StashBridge listing on Firefox Add-ons
- Click Add to Firefox
From Source
cd packages/extensionbun run build:firefoxThen load temporarily:
- Go to
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select the
manifest.jsoninpackages/extension/.output/firefox-mv3/