ioGround Proxy

The official .io Game Proxy by ioGround

Cos'è ioGround Proxy?

ioGround Proxy è un'estensione di Chrome sviluppata da ioGround, e la sua funzione principale è "The official .io Game Proxy by ioGround".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ioGround Proxy

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

                        The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.                    

Informazioni di Base sull'Estensione

Nome ioGround Proxy ioGround Proxy
ID nlholjcpmlialeabjmdcakbpjfjbbplg
URL Ufficiale https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg
Descrizione The official .io Game Proxy by ioGround
Dimensione del File 15.79 KB
Conteggio Installazioni 832
Versione Corrente 0.22
Ultimo Aggiornamento 2023-02-20
Data di Pubblicazione 2021-04-03
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore ioGround
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ioground.com
URL della Pagina della Politica sulla Privacy https://ioground.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ioGround Proxy",
    "description": "The official .io Game Proxy by ioGround",
    "version": "0.22",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "proxy",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/ioground-proxy-16.png",
            "32": "\/img\/ioground-proxy-32.png",
            "48": "\/img\/ioground-proxy-48.png",
            "128": "\/img\/ioground-proxy-128.png"
        }
    },
    "icons": {
        "16": "\/img\/ioground-proxy-16.png",
        "32": "\/img\/ioground-proxy-32.png",
        "48": "\/img\/ioground-proxy-48.png",
        "128": "\/img\/ioground-proxy-128.png"
    }
}