Simple Proxy

Proxy switch for each individual website.

Simple Proxyとは何ですか?

Simple Proxyはjinzhenzuによって開発されたChromeの拡張機能で、その主な機能は「Proxy switch for each individual website.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.                    

拡張機能の基本情報

名前 Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
公式URL https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
説明 Proxy switch for each individual website.
ファイルサイズ 180 KB
インストール数 163
現在のバージョン 3.2.0
最終更新日 2023-11-30
公開日 2019-11-25
開発者 jinzhenzu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
ヘルプページのURL https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.2.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Proxy"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}