Simple proxy helper

Set proxy for Google Chrome browser

Cos'è Simple proxy helper?

Simple proxy helper è un'estensione di Chrome sviluppata da extensiondev2020, e la sua funzione principale è "Set proxy for Google Chrome browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple proxy helper

Scarica i file di estensione Simple proxy helper 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

                        Simple proxy helper is an extension that allows people to connect to webRTC providers through a SOCKS5 proxy in case they cannot access it directly due to communication or infrastructure problems. The proxy only works for a limited set of webRTC providers. The extension is for internal use.                    

Informazioni di Base sull'Estensione

Nome Simple proxy helper Simple proxy helper
ID ggbeghljoagdajigdliipcdnpjgmjjlh
URL Ufficiale https://chromewebstore.google.com/detail/simple-proxy-helper/ggbeghljoagdajigdliipcdnpjgmjjlh
Descrizione Set proxy for Google Chrome browser
Dimensione del File 21.16 KB
Conteggio Installazioni 209
Versione Corrente 0.0.15
Ultimo Aggiornamento 2021-12-15
Data di Pubblicazione 2020-08-18
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore extensiondev2020
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "version": "0.0.15",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "privacy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.interprefy.com\/*",
            "*:\/\/*.interpret.world\/*",
            "*:\/\/interpret.world\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88"
}