/proxy-chrome-extension

Chrome plugin to setting up a proxy settings via plugin's UI or by browser's address bar

Primary LanguageJavaScript

proxy-chrome-extension

This is the Google Chrome plugin to setup a proxy setting within two cases:

  • first one - is a classic way to set a proxy with UI: UI option example

  • dynamic setup with an URL parameters("proxyAddress", "proxyUsername", "proxyPassword"):

    https://www.hashemian.com/whoami/?proxyAddress=example.com:8080&proxyUsername=USERNAME&proxyPassword=p2SSW0RD
    

    In the case when page going to be loaded, proxy setting will be reset to defaults(or to manual settings if installed)