browser-extension/README.md

45 lines
2.0 KiB
Markdown
Raw Normal View History

2022-08-27 01:38:12 +08:00
# ![FoxyProxy](/src/image/icon.svg) FoxyProxy Browser Extension
Version 8.0+
2022-08-27 01:52:16 +08:00
Browser extension source code for *Firefox*, *Chrome*, and other Chromium-based browsers like *Chromium*, *Brave* and *Edge*
2022-08-27 01:38:12 +08:00
2022-10-27 22:35:17 +08:00
FoxyProxy is being updated for manifest V3. The current source is **beta** for **beta-testing only**.
- Chrome minimum version 108
- Firefox minimum version 93
2022-10-27 22:35:17 +08:00
Please post all feature requests to the [issues](https://github.com/foxyproxy/browser-extension/issues).
2022-10-27 22:35:17 +08:00
2022-08-27 01:52:16 +08:00
2022-11-29 18:59:13 +08:00
- [About](https://foxyproxy.github.io/browser-extension/src/content/about.html)
- [Help](https://foxyproxy.github.io/browser-extension/src/content/help.html)
2022-09-08 15:33:45 +08:00
2022-09-08 03:35:25 +08:00
2022-11-29 18:59:13 +08:00
### Previous Versions
### Firefox
2022-11-29 19:00:09 +08:00
- Extension: [FoxyProxy Standard](https://addons.mozilla.org/firefox/addon/foxyproxy-standard/)
- Extension: [FoxyProxy Basic](https://addons.mozilla.org/firefox/addon/foxyproxy-basic/)
2022-11-29 18:59:13 +08:00
- Source Code: [Firefox Extension 7.5](https://github.com/foxyproxy/firefox-extension)
#### Chrome
2022-11-29 19:00:09 +08:00
- Extension: [FoxyProxy Standard](https://chrome.google.com/webstore/detail/foxyproxy-standard/gcknhkkoolaabfmlnjonogaaifnjlfnp)
- Extension: [FoxyProxy Basic](https://chrome.google.com/webstore/detail/foxyproxy-basic/dookpfaalaaappcdneeahomimbllocnb)
- Source Code: [Chrome Extension 3.0](https://github.com/foxyproxy/Foxyproxy_Chrome)
2023-08-17 18:30:01 +08:00
### Installation Guide (for testing)
- Backup your FoxyProxy settings
2023-09-24 18:45:12 +08:00
- Download repo (or use `git`)
2023-08-17 18:30:01 +08:00
- [browser-extension](https://github.com/foxyproxy/browser-extension) -> Code (green button) -> Download ZIP
- Unzip the downloaded file
- **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)