WhitelistProxyAutoSwitchy

WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server

什麼是WhitelistProxyAutoSwitchy?

WhitelistProxyAutoSwitchy是由https://blog.datafiddle.net開發的Chrome擴展程式,該擴展的主要功能是“WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server”。

擴展截圖

screenshot
screenshot

下載WhitelistProxyAutoSwitchy擴展crx文件

下載WhitelistProxyAutoSwitchy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        White list proxy swichy, which means you do not need to apply a proxy to all web site, instead of, it will only be applied in the specified domain list web site.
 
The valid proxy address format list as below:

http://proxtserver:port
http://proxtserver
https://proxtserver:port
https://proxtserver
proxtserver:port

1.0.6
1. New feature: proxy history.

1.0.3:
1. New feature: "Export pac script".                    

擴展基本資訊

名稱 WhitelistProxyAutoSwitchy WhitelistProxyAutoSwitchy
ID fkdpddcmgklcnejajcoafipmlodbgeom
官方網址 https://chromewebstore.google.com/detail/whitelistproxyautoswitchy/fkdpddcmgklcnejajcoafipmlodbgeom
簡介 WhitelistProxySwitchy provides an easy way to add domain to whitelist and accessing it through proxy server
檔案大小 500 KB
安裝次數 560
目前版本 1.0.10
更新時間 2020-06-15
上架時間 2020-06-15
評分 4.00/5 共 10 次評分
開發者 https://blog.datafiddle.net
電子郵箱 [email protected]
付費類型 free
擴展官網 http://blog.datafiddle.net
支援的語言 en,zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon-auto.png",
        "default_popup": "popup.html",
        "default_title": "WhitelistProxySwitchy"
    },
    "default_locale": "en",
    "description": "__MSG_toolDesc__",
    "icons": {
        "128": "img\/logo.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "management",
        "proxy",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}