ioGround Proxy
The official .io Game Proxy by ioGround
Was ist ioGround Proxy?
ioGround Proxy ist eine Chrome-Erweiterung, die von ioGround entwickelt wurde, und ihr Hauptmerkmal ist "The official .io Game Proxy by ioGround".
Erweiterungsscreenshots
ioGround Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie ioGround Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
| Offizielle URL | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
| Beschreibung | The official .io Game Proxy by ioGround |
| Dateigröße | 15.79 KB |
| Installationsanzahl | 832 |
| Aktuelle Version | 0.22 |
| Letztes Update | 2023-02-20 |
| Veröffentlichungsdatum | 2021-04-03 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ioGround |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ioground.com |
| URL der Datenschutzrichtlinien-Seite | https://ioground.com/privacy |
| Unterstützte Sprachen | 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"
}
} | |