In short: ProxyJam Connector is a free proxy manager for Chrome, Microsoft Edge and Firefox that stores your proxies, switches between them from the toolbar and routes sites by rules you write. It makes no network request until you turn a feature on, and it needs no ProxyJam account.
ProxyJam Connector is a browser extension that manages proxies for you: it stores your profiles, switches between them from the toolbar in one click, and can route individual sites through specific proxies using rules you write. It runs on Chrome, Microsoft Edge and Firefox as a Manifest V3 extension, the only kind Chrome still runs: since Chrome 138, in July 2025, Manifest V2 extensions are disabled for every user with no way to turn them back on, as Chrome’s own timeline records. It is free, it has no account, and it is offline by default: it makes no network request until you turn on one of its optional checks or sign in to its account tab, and every destination is listed below. It is also a separate product from the ProxyJam proxy service: installing it signs you in to nothing and works just as well with proxies you bought somewhere else or run yourself.
Terms used on this page
- PAC script — a proxy auto-configuration function the browser calls to choose a proxy for each request. On Chrome and Edge the extension compiles your rules into one; Firefox lets an extension decide each request directly through its proxy API, so no PAC script is needed there.
- WebRTC leak — WebRTC, the browser’s interface for real-time audio and video, gathers the addresses a call could use, partly by asking a STUN server, and that can expose a public address outside the proxy. The test runs that gathering and reports any public address it turns up.
- Remote DNS — site names are resolved by the proxy rather than by your own device.
- Containers — Firefox’s way of keeping groups of tabs apart, each with its own cookies and logins.
Where Chrome sets the limits
The two Chrome limits in the table come from Chromium itself. Its notes on proxy support say that a PAC script sees only the scheme, host and port of an HTTPS address, and that Chrome supports no SOCKS5 authentication method, a gap Chromium issue 256785 tracks.