Go to file
erosman d9f00e8a6c
Add files via upload
2023-11-20 18:52:59 +03:30
src Add files via upload 2023-11-20 18:52:59 +03:30
Gruntfile.js fix duplicate keys in fr and zh_CN locales; update README with minor changes; create gruntfile and node/npm/grunt project for easy zipping on any platform and ignoring unneeded files and directories 2023-09-24 16:22:08 -06:00
LICENSE Initial commit 2022-08-26 09:50:15 -06:00
README.md Update README.md 2023-11-20 01:18:40 +03:30
package-lock.json fix duplicate keys in fr and zh_CN locales; update README with minor changes; create gruntfile and node/npm/grunt project for easy zipping on any platform and ignoring unneeded files and directories 2023-09-24 16:22:08 -06:00
package.json fix duplicate keys in fr and zh_CN locales; update README with minor changes; create gruntfile and node/npm/grunt project for easy zipping on any platform and ignoring unneeded files and directories 2023-09-24 16:22:08 -06:00

README.md

FoxyProxy FoxyProxy Browser Extension

license GitHub repo size

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. Please post all feature requests to the issues.

Releases

Firefox Chrome
Standard
Basic       
Source Code 7.5.1 3.0.7.1

Browser Minimum Versions

Firefox Chrome Firefox for Android
version 93
(released 2021-10-05)
version 108
(released 2022-11-29)
version 113 (manifest)
(API minimum 102)

Installation Guide (for testing)

  • Backup your FoxyProxy settings

  • Download repo (or use git)

  • Firefox (Nightly/Beta/Developer Edition)

    • Rename manifest-firefox.json in src folder to manifest.json
    • Go to about:debugging#/runtime/this-firefox
    • Click "Load Temporary Add-on..."
    • Select above manifest.json
  • Chrome

    • Rename manifest-chrome.json in src folder to manifest.json
    • Go to chrome://extensions/
    • Enable Developer Mode (top right)
    • Click "Load Unpacked"
    • Select above manifest.json (or src folder)
  • Firefox for Android
    You can try installing FoxyProxy Basic v8.0

Building for Distribution

  • 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 into target.zip. Alternatively, zip the src directory into the top of an archive and exclude a bunch of stuff manually.