Proxy is a browser extension for bug bounty hunters and pentesters to route browser traffic through a local interception proxy with strict ON/OFF control. Fast toggling, persistent settings, and clean disable behavior in a couple clicks.
- Quick Toggle – one-click enable/disable from the popup.
- Custom Endpoint – set host and port (default
127.0.0.1:8080). - Persistent Config – host/port/state stored via
chrome.storage.local.
- Applies proxy state directly from popup actions with runtime fallback.
- Keeps loopback traffic available with
"<-loopback>"bypass behavior. - Fully clears proxy settings when disabled to reduce conflicts with VPN/proxy extensions.
- Compact dark popup with improved spacing and clearer hierarchy.
- Live status badge and large state indicator (
ON/OFF). - Cleaner endpoint card with focused Save action.
- Set endpoint once and reuse it.
- Enable interception instantly when testing.
- Disable and return to direct browsing immediately.
- Click the extension icon in the browser toolbar.
- Enter your proxy host and port.
- Click Save Configuration.
- Toggle the switch to ON to route traffic through your proxy.
- Toggle to OFF to clear proxy settings and resume normal browsing.
- Fixed proxy rule conflict in popup apply flow (
singleProxycannot be combined with per-protocol rules). - Restored successful ON toggle behavior in Chromium-based browsers.
- Fixed ON-state failures by applying/clearing proxy directly from popup actions.
- Added runtime error handling and safe rollback when proxy apply fails.
- Improved extension runtime reliability by simplifying permissions and host access scope.
- Updated background service worker behavior for safer enable/disable handling.
- Moved all image assets into the
image/folder and updated references. - Refreshed release packaging paths.
- Renamed branding and UI text to Proxy.
- Updated popup title/header and extension naming.
- Refreshed screenshot.
- New compact dark popup UI.
- Better spacing and status readability.
- Updated screenshot.
- Initial release with host/port configuration and proxy toggle.
- Download the repo ZIP and unzip.
- Chrome:
chrome://extensions→ enable Developer mode → Load unpacked → select the folder. - Pin the extension from the toolbar puzzle icon.
- Bytes_Knight — Creator & Maintainer
Bugcrowd: @Bytes_Knight
- Fork the repo.
- Create a branch:
git checkout -b feature/your-feature-name. - Make changes and commit:
git commit -m "Add feature". - Push:
git push origin feature/your-feature-name. - Open a PR.
MIT.
🎯 PROXY-EXTENSION — built for hunters and operators.
