Modern Proxy Manager for Chromium-based browsers – Easy & Fast
- One-click connect — glass power button toggles proxy on/off
- Proxy profiles — create, edit, delete multiple profiles (HTTP/HTTPS/SOCKS4/SOCKS5)
- Live speed — real-time upload/download speed in KB/s
- Connection timer — shows how long the proxy has been active
- Bypass list — add current tab URL or wildcard to bypass the proxy
- Request logs — view requests with method, type, URL, size — click to copy
- Public IP — displays your egress IP as seen through the proxy
- GitHub Gist backup — backup/restore profiles and bypass list to a private gist
- Auto-backup — optional automatic backup every 5 minutes while connected
- Download or clone this repository
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top-right toggle)
- Click Load unpacked
- Select the
RoxyProxyfolder
The extension icon will appear in your toolbar.
- Click the RoxyProxy icon in your Chrome toolbar
- Click the profile card or the + button to add a proxy profile
- Enter a Name, IP/host, Port, and select the Protocol
- Click Save
- Click the power button (circle) to connect — it turns green when active
| Icon | Action |
|---|---|
| ➕ | Add current tab's URL to bypass list |
| ⚡ | Add wildcard domain of current tab to bypass list |
| 📋 | Open request log panel |
| 💾 | Open backup settings panel |
- Create a GitHub personal access token with
gistscope - Create an empty Gist and copy its ID (the hash from the URL)
- Enter both in the backup panel and click Save
- Use Backup Now / Restore to sync your data
| Permission | Reason |
|---|---|
proxy |
Configure Chrome's proxy settings |
storage |
Save profiles, logs, and settings locally |
webRequest |
Monitor network requests for logs and data usage |
tabs / activeTab |
Get the current tab's URL for the bypass list |
<all_urls> |
Apply proxy to all URLs |
No build step required. This is a vanilla JS extension with no dependencies. Just clone and load as an unpacked extension.
MIT
