Skip to content

Install Extension

Chrome / Edge / Brave

From the Chrome Web Store

  1. Visit the StashBridge listing on the Chrome Web Store
  2. Click Add to Chrome
  3. The extension icon appears in your toolbar

From Source (Developer Mode)

If you want to build from source:

Terminal window
git clone https://github.com/cybersader/stashbridge.git
cd stashbridge
bun install
cd packages/extension
bun run build:chrome

Then load the unpacked extension:

  1. Go to chrome://extensions
  2. Enable Developer mode (top right)
  3. Click Load unpacked
  4. Select the packages/extension/.output/chrome-mv3/ folder

Updating (Developer Mode)

When you pull new changes and rebuild:

Terminal window
git pull
bun install
cd packages/extension
bun run build:chrome

Then 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

  1. Visit the StashBridge listing on Firefox Add-ons
  2. Click Add to Firefox

From Source

Terminal window
cd packages/extension
bun run build:firefox

Then load temporarily:

  1. Go to about:debugging#/runtime/this-firefox
  2. Click Load Temporary Add-on
  3. Select the manifest.json in packages/extension/.output/firefox-mv3/