Proxy Switcher

A simple, minimal Chrome extension to switch between configured proxy profiles.

Proxy Switcherとは何ですか?

Proxy Switcherはstalkrによって開発されたChromeの拡張機能で、その主な機能は「A simple, minimal Chrome extension to switch between configured proxy profiles.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Proxy Switcher拡張機能のCRXファイルをダウンロード

Proxy Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple, minimal Chrome extension to switch between configured proxy profiles.                    

拡張機能の基本情報

名前 Proxy Switcher Proxy Switcher
ID nfgjkknbjghcmeifdfocmofahdibbgae
公式URL https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae
説明 A simple, minimal Chrome extension to switch between configured proxy profiles.
ファイルサイズ 39.46 KB
インストール数 506
現在のバージョン 1.5
最終更新日 2022-01-03
公開日 2019-05-25
評価 3.50/5 合計 4 レビュー
開発者 stalkr
Eメール chrome-webstore@stalkr.net
支払い方法 free
拡張機能のウェブサイト https://github.com/StalkR/chrome-proxy-switcher
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proxy Switcher",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "storage"
    ],
    "action": {
        "default_icon": "icon24-grey.png",
        "default_popup": "popup.html",
        "default_title": "Proxy Switcher"
    }
}