Set Proxy

Sets your proxy settings. Disables WebRTC

Cos'è Set Proxy?

Set Proxy è un'estensione di Chrome sviluppata da https://labinweb.com, e la sua funzione principale è "Sets your proxy settings. Disables WebRTC".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Set Proxy

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

                        Sets your proxy settings and also has the ability to disable webRTC                    

Informazioni di Base sull'Estensione

Nome Set Proxy Set Proxy
ID cljfnohidcgfmpcmanadjeidkinhhdgl
URL Ufficiale https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl
Descrizione Sets your proxy settings. Disables WebRTC
Dimensione del File 535 KB
Conteggio Installazioni 11
Versione Corrente 1.1.2
Ultimo Aggiornamento 2019-11-05
Data di Pubblicazione 2019-11-02
Sviluppatore https://labinweb.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "name": "Set Proxy",
    "version": "1.1.2",
    "description": "Sets your proxy settings. Disables WebRTC",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "privacy",
        "*:\/\/labinweb.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}