web proxy control
代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList
Wat is web proxy control?
web proxy control is een Chrome-extensie ontwikkeld door hyqhyq_3, en de belangrijkste functie is "代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList".
Download het CRX-bestand van de extensie web proxy control
Download web proxy control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单
域名排除说明
cn可以匹配 abc.cn, def.abc.cn等子域名
HTTPS/HTTP代理支持用户认证                     Basisinformatie over de Extensie
| Naam |   |  
| ID | nlnoapcpbpnelpkfnoakphdkaofonhnb | 
| Officiële URL | https://chromewebstore.google.com/detail/web-proxy-control/nlnoapcpbpnelpkfnoakphdkaofonhnb | 
| Beschrijving | 代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList | 
| Bestandsgrootte | 738 KB | 
| Aantal Installaties | 77 | 
| Huidige Versie | 0.9 | 
| Laatst Bijgewerkt | 2018-05-03 | 
| Publicatiedatum | 2018-05-03 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | hyqhyq_3 | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |