Version 8.0+
Browser extension source code for Firefox, Chrome, and other Chromium-based browsers like Chromium, Brave and Edge
FoxyProxy is being updated for manifest V3.
- Chrome minimum version 108
- Firefox minimum version 93
- Firefox for Android minimum version 113 (manifest) (API minimum 102)
Please post all feature requests to the issues.
- Extension:
- Extension: FoxyProxy Basic
- Extension:
- Extension:
- Extension: FoxyProxy Standard
- Extension: FoxyProxy Basic
- Source Code: Firefox Extension 7.5.1
- Extension: FoxyProxy Standard
- Extension: FoxyProxy Basic
- Source Code: Chrome Extension 3.0.7.1
-
Backup your FoxyProxy settings
-
Download repo (or use
git
)- browser-extension -> Code (green button) -> Download ZIP
- Unzip the downloaded file
-
Firefox (Nightly/Beta/Developer Edition)
- Rename
manifest-firefox.json
insrc
folder tomanifest.json
- Go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on..."
- Select above
manifest.json
- Rename
-
Chrome
- Rename
manifest-chrome.json
insrc
folder tomanifest.json
- Go to
chrome://extensions/
- Enable Developer Mode (top right)
- Click "Load Unpacked"
- Select above
manifest.json
(orsrc
folder)
- Rename
-
Firefox for Android
You can try installing FoxyProxy Basic v8.0
- copy the appropriate manifest-xxx.json file to manifest.json; e.g.
mv manifest-chrome.json manifest.json
- zip using grunt, which requires npm and node. Run
grunt
in top-level directory. The add-on is packaged intotarget.zip
. Alternatively, zip thesrc
directory into the top of an archive and exclude a bunch of stuff manually.