https://github.com/oasis-proxy/oasis-proxy
A substitute of SwitchOmega for Manifest v3
https://github.com/oasis-proxy/oasis-proxy
chrome-extension edge-extension proxy-switcher
Last synced: 4 months ago
JSON representation
A substitute of SwitchOmega for Manifest v3
- Host: GitHub
- URL: https://github.com/oasis-proxy/oasis-proxy
- Owner: oasis-proxy
- License: gpl-3.0
- Created: 2024-04-18T12:04:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-14T07:39:38.000Z (7 months ago)
- Last Synced: 2025-12-16T10:46:11.042Z (6 months ago)
- Topics: chrome-extension, edge-extension, proxy-switcher
- Language: Vue
- Homepage:
- Size: 1.13 MB
- Stars: 42
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs-zh_CN.md
- License: LICENSE
Awesome Lists containing this project
README
# OasisProxy
OasisProxy is a browser proxy configuration extension. A substitute of SwitchOmega for Manifest v3
## Highlights
~~Currently only supports Chrome browser, Firefox is in the plan.~~
Only supports Chrome browser, Firefox is not being considered for now.
- Support user-configured browser proxies (HTTP/HTTPS/SOCKS4/SOCKS5).
- Support proxy policies(& reject policy) in autoProxy format or internal-rule format.
- Support switching of proxy policies in one-click, viewing request IP for debugging, quickly adding proxy rules.
- Support automatic synchronization of proxy configuration.
## Store Release
Oasis is now published in the Microsoft Edge Add-ons Store and the Chrome Web Store.
[](https://chromewebstore.google.com/detail/oasis-proxy/canfhmdhlkplkkpglgleikdjipcokjof)
[](https://microsoftedge.microsoft.com/addons/detail/nijeodiignggdicdeompofjlaikjobjf)
## ChangeLogs
[ChangeLogs](https://github.com/oasis-proxy/oasis-proxy/blob/main/changelogs.md)
## How to build/debug:
```
npm install
# for debug
npm run debug
# for build
npm run build
```
To install in Google Chrome follow these instructions:
https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world?hl=zh-cn#load-unpacked
## WIKI & FAQ
FAQ WIKI: [FAQ](https://github.com/oasis-proxy/oasis-proxy/wiki/FAQ)
## Privacy Policy
Oasis-Proxy WIKI: [Privacy Policy](https://github.com/oasis-proxy/oasis-proxy/wiki/Privacy)
## Project Reference
- JS: [VUE 3](https://vuejs.org/)
- UI Component: [Bootstrap 5](https://getbootstrap.com/)
- ICON: [Bootstrap Icon](https://icons.getbootstrap.com/)
- UI Theme: [Flatly](https://bootswatch.com/flatly/)
- ipaddr.js: [ipaddr.js](https://github.com/whitequark/ipaddr.js)
- Chrome API