Proxy Pac Switcher

This extensions simplifies the process of setting up a proxy.

Cos'è Proxy Pac Switcher?

Proxy Pac Switcher è un'estensione di Chrome sviluppata da sura.kh, e la sua funzione principale è "This extensions simplifies the process of setting up a proxy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Proxy Pac Switcher

Scarica i file di estensione Proxy Pac Switcher 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

                        This extension helps you easily set the proxy using a PAC (Proxy Auto Configuration) URL or text.                    

Informazioni di Base sull'Estensione

Nome Proxy Pac Switcher Proxy Pac Switcher
ID dcokccgklilfbehagkdnmlpcdonfopeh
URL Ufficiale https://chromewebstore.google.com/detail/proxy-pac-switcher/dcokccgklilfbehagkdnmlpcdonfopeh
Descrizione This extensions simplifies the process of setting up a proxy.
Dimensione del File 3.68 MB
Conteggio Installazioni 399
Versione Corrente 0.2.0
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2020-12-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore sura.kh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sura0111/proxyPac
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.0.0",
    "version_name": "0.2.0",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/icons\/white16.png",
        "32": "public\/icons\/white32.png",
        "128": "public\/icons\/white128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "public\/icons\/white16.png",
            "32": "public\/icons\/white32.png",
            "128": "public\/icons\/white128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}