Proxy Switcher (WebExtension) favicon

Proxy Switcher (WebExtension)

Proxy Switcher allows you to modify your proxy settings easily from the toolbar panel. Toolbar icon indicates the current type of proxy your browser currently using. The UI for changing proxies is very intuitive. It is very close to the Firefox proxy manager window. The extension is designed such that no resource is used while the panel is closed. This is probably the lightest proxy switcher add-on in the market. Proxy Switcher supports proxy changing for:

  1. No Proxy Mode: Your browser bypasses all system-wide level proxies and connects you directly to the internet. This is useful when there is a network issue caused by an external proxy tool
  2. System Proxy Mode: Your browser uses whatever proxy your system is using. Sometimes you have an external software that manages your system-level proxy. Using this option allows the browser to follow the same proxy configuration.
  3. Auto-detect Proxy Mode: Your browser automatically detects the proxy settings for your network
  4. Manual Mode: You are going to explicitly define proxy server for each scheme. There are four schemes to consider: HTTP, HTTPS, FTP, and Other types of network requests. Using manual tab, you can specify different proxies for each scheme.
  5. PAC Script Mode: This is the most powerful way to handle proxy settings of your browser. Basically by writing a PAC script (which is a JavaScript function) you can control routing based on host or url of the request. There is a pre-defined sample of PAC script in the PAC Script tab of the panel to help you start writing the code. Using this extension there would be no need to digging through the advanced section of your browser anymore. All the settings are access from the toolbar panel. Besides, the toolbar icon is an indicator of the current proxy type. Hover mouse over the toolbar button to get more info. Proxy Switcher extension is absolutely free and open source. It just does proxy configuration, and aims to be perfect tool of that.