8000 GitHub - deevroman/browser-extension: Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers

License

Notifications You must be signed in to change notification settings

deevroman/browser-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxyProxy FoxyProxy Browser Extension

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

Please post all feature requests to the issues.

Current Versions

Firefox

Chrome

  • Extension:
  • Extension:

Previous Versions

Firefox

Chrome

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)

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.

About

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 31.5%
  • CSS 12.9%
0