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
公式URL 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
Eメール [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"
}