Simple Proxy

Proxy switch for each individual website.

Cos'è Simple Proxy?

Simple Proxy è un'estensione di Chrome sviluppata da jinzhenzu, e la sua funzione principale è "Proxy switch for each individual website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Simple Proxy

Scarica i file di estensione Simple Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
URL Ufficiale https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
Descrizione Proxy switch for each individual website.
Dimensione del File 180 KB
Conteggio Installazioni 163
Versione Corrente 3.2.0
Ultimo Aggiornamento 2023-11-30
Data di Pubblicazione 2019-11-25
Sviluppatore jinzhenzu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
URL della Pagina di Aiuto https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Lingue Supportate 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:\/\/*\/*"
    ]
}