Go to file
erosman 76c5b66d65
Add files via upload
2023-11-28 21:35:05 +03:30
screenshots screenshot maintenance 2023-11-28 08:59:14 -07:00
src Add files via upload 2023-11-28 21:35:05 +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-28 20:02:55 +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 Dynamic JSON Badge

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

Chrome Firefox
Standard

Basic

Source Code 3.0.7.1 7.5.1

Browser Minimum Versions

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

Installation Guide (for testing)

  • Backup your FoxyProxy settings

  • Download repo (or use git)

    • browser-extension (this page) -> Code (green button) -> Download ZIP
    • Unzip the downloaded file
  • 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 (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
  • Firefox for Android
    You can try installing FoxyProxy Basic v8.*

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.

Screenshots