Simple proxy helper

Set proxy for Google Chrome browser

Cos'è Simple proxy helper?

Simple proxy helper è un'estensione di Chrome sviluppata da devextension2019, 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

                        A simple proxy service                    

Informazioni di Base sull'Estensione

Nome Simple proxy helper Simple proxy helper
ID aohbblkngjlnokaapngannghcnibiapi
URL Ufficiale https://chromewebstore.google.com/detail/simple-proxy-helper/aohbblkngjlnokaapngannghcnibiapi
Descrizione Set proxy for Google Chrome browser
Dimensione del File 21 KB
Conteggio Installazioni 48
Versione Corrente 0.0.9
Ultimo Aggiornamento 2019-05-19
Data di Pubblicazione 2019-05-16
Sviluppatore devextension2019
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "version": "0.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}