ioGround Proxy
The official .io Game Proxy by ioGround
Qu'est-ce que ioGround Proxy ?
ioGround Proxy est une extension Chrome développée par ioGround, et sa fonction principale est "The official .io Game Proxy by ioGround".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ioGround Proxy
Téléchargez les fichiers d'extension ioGround Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.
Informations de Base sur l'Extension
Nom | |
ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
URL Officiel | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
Description | The official .io Game Proxy by ioGround |
Taille du Fichier | 15.79 KB |
Nombre d'Installations | 832 |
Version Actuelle | 0.22 |
Dernière Mise à Jour | 2023-02-20 |
Date de Publication | 2021-04-03 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | ioGround |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ioground.com |
URL de la Page de Politique de Confidentialité | https://ioground.com/privacy |
Langues Prises en Charge | 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" } } |