A tiny browser extension that flips your browser through a proxy you control. The
encrypted tunnel is your own ssh -D or WireGuard box — so there's no shared server, no
account, and nothing about you to trust. Download it, load it, point it at your endpoint.
Chrome · Edge · Brave · any Chromium browser. Open source — unzip and read every line.
The extension is just the switch — the tunnel is real, audited software you already have access to. Pick one:
Easiest (any server / VPS):
ssh -D 1080 -N you@your-server
Leaves an encrypted SOCKS5 tunnel on 127.0.0.1:1080; your browser traffic exits from the server.
Want every app tunneled, not just the browser? Use WireGuard instead — then you don't need this extension at all.
chrome://extensions and turn on Developer mode (top-right).proxy-toggle-extension folder.
Open the extension popup → Type SOCKS5, Host 127.0.0.1, Port 1080 → Connect.
Check it worked at any "what's my IP" page — you should see the server's IP while connected. Hit Disconnect to go back to normal.
ssh -D or key-based access.