Proxy Switchy Auto

Automated proxy switching per domain using PAC script.

什麼是Proxy Switchy Auto?

Proxy Switchy Auto是由mubaidr開發的Chrome擴展程式,該擴展的主要功能是“Automated proxy switching per domain using PAC script.”。

擴展截圖

screenshot
screenshot

下載Proxy Switchy Auto擴展crx文件

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

擴展使用說明

                        This extension allows you to configure proxy on domain/ url basis. Ability to choose/assign proxy for each domain request in the current tab from the added proxy list which make sure that all following requests for this domain are loaded through the assigned proxy server.                    

擴展基本資訊

名稱 Proxy Switchy Auto Proxy Switchy Auto
ID bnhejmehblohhaalgnnohedpijgkjeof
官方網址 https://chromewebstore.google.com/detail/proxy-switchy-auto/bnhejmehblohhaalgnnohedpijgkjeof
簡介 Automated proxy switching per domain using PAC script.
檔案大小 126 KB
安裝次數 2,376
目前版本 1.2.2
更新時間 2023-10-17
上架時間 2018-12-05
評分 5.00/5 共 9 次評分
開發者 mubaidr
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.freeprivacypolicy.com/live/18625a5d-9b3d-4e0f-b293-0c30c85cea88
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "description": "Automated proxy switching per domain using PAC script.",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Switchy Auto",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "webRequest",
        "proxy"
    ],
    "version": "1.2.2"
}