ioGround Proxy

The official .io Game Proxy by ioGround

Co to jest ioGround Proxy?

ioGround Proxy to rozszerzenie Chrome opracowane przez ioGround, a jego główną funkcją jest „The official .io Game Proxy by ioGround”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ioGround Proxy

Pobierz pliki rozszerzeń ioGround Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa ioGround Proxy ioGround Proxy
ID nlholjcpmlialeabjmdcakbpjfjbbplg
Oficjalny URL https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg
Opis The official .io Game Proxy by ioGround
Rozmiar pliku 15.79 KB
Liczba instalacji 832
Aktualna Wersja 0.22
Ostatnia Aktualizacja 2023-02-20
Data Publikacji 2021-04-03
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper ioGround
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ioground.com
Adres URL Strony Polityki Prywatności https://ioground.com/privacy
Obsługiwane Języki 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"
    }
}