Download
v1.0.5 ยท firefox + chromium ยท both signed
/firefox ยท recommended
Mozilla Firefox
Official version. Signed by Mozilla. Auto-updates. Per-site Tor routing, YouTube skipper, ad blocking, license activation.
- Per-site proxy routing (twitter โ Tor, bank โ direct)
- YouTube sponsor-segment skipper
- Ad + tracker blocking (EasyList)
- Tor mode (SOCKS5)
- Custom SOCKS5 / HTTPS proxy
- WebRTC leak protection
โถ install firefox
download .xpi
download .zip
SHA256 (.xpi / .zip): 0ea6df640472317ef4986dbb2cefb43713fe29dc291318130c823d19204ec2fb
/chromium ยท single-proxy mode
Chrome / Edge / Brave / Arc / Opera
Same extension, runs on Chromium-based browsers. Routes all traffic through your configured proxy (Tor, SOCKS5, or HTTPS).
- YouTube sponsor-segment skipper
- Ad + tracker blocking (EasyList)
- Tor mode (SOCKS5, all traffic)
- Custom SOCKS5 / HTTPS proxy
- WebRTC leak protection
- License activation
โ download chromium .zip
Load via chrome://extensions โ Developer mode โ Load unpacked โ select the extracted folder
SHA256: f5e1c1a1fbacc2c223658a580a9e4bc5f9b79e1a040c0c06411252557638247c
// about proxy modes. Firefox uses an event-driven API that fires for every HTTP request, so different sites can use different proxies (e.g. Twitter via Tor, bank direct, Netflix via VPN). Chromium-based browsers route all traffic through a single configured proxy. Both modes fully encrypt and anonymize your traffic โ the difference is granularity.
// webrtc leak protection. Browsers can leak your real IP through WebRTC peer connections even when using a proxy. ShadowCore sets privacy.network.webRTCIPHandlingPolicy to disable_non_proxied_udp on every browser start, forcing all WebRTC media through your proxy. Trade-off: in-browser video calls (Meet, Discord web) may not work โ but your real IP stays hidden.
โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ โโโ
// manual install
Can't install from the store?
Firefox:
- Download the
.xpi file above
- Open
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on..." and select the .xpi
Chromium:
- Download the
.zip file above
- Extract the .zip to a folder
- Open
chrome://extensions โ enable Developer mode โ Load unpacked โ select the folder