Installing store extensions
TronBrowser gives you a real one-click install. Other browsers actively block third-party extension installs, so they need a sideload step — here's the honest path for each.
TronBrowser — one click
Because TronBrowser is our own Chromium build, store extensions install and auto-update directly — no developer mode, no warnings.
- Open the extension's page in the store and press Install.
- Confirm the permission prompt. Done — it auto-updates via the store's
update_url.
Chrome — sideload (developer mode)
Chrome disables extensions installed from outside the Web Store on Windows/macOS. Use developer mode (works everywhere) or enterprise policy / Linux for the auto-updating .crx.
Unpacked (.zip) — any OS
- Download the
.zipfrom the listing and unzip it. - Go to
chrome://extensionsand toggle Developer mode (top-right). - Click Load unpacked and select the unzipped folder.
Auto-updating .crx — Linux / enterprise
On Linux, or via the ExtensionInstallForcelist / ExtensionSettings enterprise policy, point Chrome at the listing's .crx and its update_url (shown on each listing) for silent auto-updates.
Edge — sideload (developer mode)
Edge is Chromium too, so it mirrors Chrome.
- Download and unzip the bundle.
- Open
edge://extensionsand enable Developer mode. - Click Load unpacked and choose the folder.
Firefox
Release Firefox only runs add-ons signed by Mozilla. Two paths:
Temporary (any build) — until restart
- Open
about:debugging#/runtime/this-firefox. - Load Temporary Add-on… and pick the
manifest.jsonfrom the unzipped bundle.
Permanent — needs Mozilla "unlisted" signing
For a permanent install in release Firefox the .xpi must be signed by Mozilla's AMO (the "unlisted" path — no public listing/review). Developer Edition / Nightly / ESR-unbranded can disable signing and install the .xpi directly via about:addons → Install Add-on From File.
Publishing via a PR (alternative to the upload form)
The store DB is the source of truth, but every published listing is also mirrored to a public git registry. If you prefer git, open a PR adding registry/<your-slug>/listing.json (name, MV3 manifest, bundle/CRX URLs). The vu1nz.com scan runs as the PR's CI check; once the $1 fee clears, it merges and goes live.