Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

Cos'è Direct Proxy?

Direct Proxy è un'estensione di Chrome sviluppata da Jiaqin Xu, e la sua funzione principale è "Simply switch the browser proxy between using direct connection and using system settings.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Direct Proxy

Scarica i file di estensione Direct 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

                        This extension use Chrome's native proxy API, so it won't change the system's proxy settings.                    

Informazioni di Base sull'Estensione

Nome Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
URL Ufficiale https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
Descrizione Simply switch the browser proxy between using direct connection and using system settings.
Dimensione del File 38.83 KB
Conteggio Installazioni 409
Versione Corrente 1.0
Ultimo Aggiornamento 2018-08-24
Data di Pubblicazione 2018-08-24
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore Jiaqin Xu
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Proxy",
    "description": "Simply switch the browser proxy between using direct connection and using system settings.",
    "version": "1.0",
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-direct-48.png"
    },
    "icons": {
        "16": "images\/icon-direct-16.png",
        "48": "images\/icon-direct-48.png",
        "128": "images\/icon-direct-128.png"
    }
}