web proxy control

代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList

Cos'è web proxy control?

web proxy control è un'estensione di Chrome sviluppata da hyqhyq_3, e la sua funzione principale è "代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList".

Scarica il file CRX dell'estensione web proxy control

Scarica i file di estensione web proxy control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单

域名排除说明
cn可以匹配 abc.cn, def.abc.cn等子域名
HTTPS/HTTP代理支持用户认证                    

Informazioni di Base sull'Estensione

Nome web proxy control web proxy control
ID nlnoapcpbpnelpkfnoakphdkaofonhnb
URL Ufficiale https://chromewebstore.google.com/detail/web-proxy-control/nlnoapcpbpnelpkfnoakphdkaofonhnb
Descrizione 代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList
Dimensione del File 738 KB
Conteggio Installazioni 77
Versione Corrente 0.9
Ultimo Aggiornamento 2018-05-03
Data di Pubblicazione 2018-05-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore hyqhyq_3
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "web proxy control",
    "version": "0.9",
    "manifest_version": 2,
    "description": "\u4ee3\u7406\u914d\u7f6e\u7a0b\u5e8f \u652f\u6301HTTPS\/SOCKS\/HTTP\u4ee3\u7406\uff0c\u652f\u6301\u57df\u540d\u6392\u9664\u540d\u5355\uff0c\u652f\u6301GFWList",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/common.js",
            "bg.js"
        ]
    },
    "permissions": [
        "proxy",
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "settings.html"
    }
}