guoc / proxy-chrome-extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:JavaScript 93.1%Language:HTML 6.9%