ioGround Proxy
The official .io Game Proxy by ioGround
Wat is ioGround Proxy?
ioGround Proxy is een Chrome-extensie ontwikkeld door ioGround, en de belangrijkste functie is "The official .io Game Proxy by ioGround".
Extensie Screenshots
Download het CRX-bestand van de extensie ioGround Proxy
Download ioGround Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.
Basisinformatie over de Extensie
Naam | |
ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
Officiële URL | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
Beschrijving | The official .io Game Proxy by ioGround |
Bestandsgrootte | 15.79 KB |
Aantal Installaties | 832 |
Huidige Versie | 0.22 |
Laatst Bijgewerkt | 2023-02-20 |
Publicatiedatum | 2021-04-03 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ioGround |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ioground.com |
URL van de Privacybeleid Pagina | https://ioground.com/privacy |
Ondersteunde Talen | 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" } } |