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
官方網址 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
電子郵箱 [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:\/\/*\/*"
    ]
}