Go to file
eric@ericjung.net 6c95c11b4f locale updates 2023-12-05 12:48:45 -07:00
src locale updates 2023-12-05 12:48:45 -07:00
Gruntfile.js cherry picking from main into 8.1 for specific bug fixes 2023-12-04 17:24:53 -07: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 cherry picking from main into 8.1 for specific bug fixes 2023-12-04 17:24:53 -07:00
package.json cherry picking from main into 8.1 for specific bug fixes 2023-12-04 17:24:53 -07: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.