About (Changelog) | Help | Issues |
After some years of stability, FoxyProxy has been updated to support Manifest Version 3 which is required by Chrome in order for extensions to be compatible with Chrome in 2024. We took advantage of this forced update to implement many feature requests and other changes that were requested over the years.
FoxyProxy has been owned and developed consistently by the same team since 2006.
The repository has the source code for version 8.0+ for Firefox, Chrome, and other Chromium-based browsers like Chromium, Brave and Edge.
Source code for older versions.
"<all_urls>"
)browser.privacy.network.webRTCIPHandlingPolicy
, only if requested by the userNo remote code is used in this extension.
Chrome | Firefox | Edge | |
---|---|---|---|
Standard |
|
![]() |
|
Basic |
|
|
Beta | Release | Old | |
---|---|---|---|
Releases | 3.0.7.1 | 7.5.1 |
version | Chrome/Edge | Firefox | Firefox for Android |
---|---|---|---|
9.0 - * | version 108 (released 2022-11-29) |
version 128 (released 2024-07-09) due to root certificate expiry 2025-03-14 |
version 128 (released 2024-07-09) due to root certificate expiry 2025-03-14 |
8.0 - 8.10 | version 108 (released 2022-11-29) |
version 93 (released 2021-10-05) |
version 113 (manifest) (API minimum 102) |
git
)
chrome://extensions/
manifest.json
(or src
folder)about:debugging#/runtime/this-firefox
manifest.json
about:config
xpinstall.signatures.required
false
src
for Firefox as mentioned abovesrc
manifes-basic.json
manifes.json
, and rename manifes-basic.json
to manifes.json
src
directory into the top of an archive.src/
directory should not be in the zip archive.mv manifest-chrome.json manifest.json
src
directory into the top of an archive.src/
directory should not be in the zip archive.npm i -D grunt-cli
grunt --target=chrome-standard
grunt --target=chrome-basic
grunt --target=firefox-standard
grunt --target=firefox-basic
The target is built in foxyproxy-XXX-YYY.zip
; e.g. foxyproxy-chrome-standard.zip
.