web proxy control

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

Was ist web proxy control?

web proxy control ist eine Chrome-Erweiterung, die von hyqhyq_3 entwickelt wurde, und ihr Hauptmerkmal ist "代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList".

web proxy control-Erweiterungs-CRX-Datei herunterladen

Laden Sie web proxy control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name web proxy control web proxy control
ID nlnoapcpbpnelpkfnoakphdkaofonhnb
Offizielle URL https://chromewebstore.google.com/detail/web-proxy-control/nlnoapcpbpnelpkfnoakphdkaofonhnb
Beschreibung 代理配置程序 支持HTTPS/SOCKS/HTTP代理,支持域名排除名单,支持GFWList
Dateigröße 738 KB
Installationsanzahl 77
Aktuelle Version 0.9
Letztes Update 2018-05-03
Veröffentlichungsdatum 2018-05-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler hyqhyq_3
Zahlungsart free
Unterstützte Sprachen 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"
    }
}