ioGround Proxy
The official .io Game Proxy by ioGround
Hvad er ioGround Proxy?
ioGround Proxy er en Chrome-udvidelse udviklet af ioGround, og dens hovedfunktion er "The official .io Game Proxy by ioGround".
Udvidelsesskærmbilleder
Download ioGround Proxy-udvidelses-CRX-fil
Download ioGround Proxy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
Officiel URL | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
Beskrivelse | The official .io Game Proxy by ioGround |
Filstørrelse | 15.79 KB |
Antal Installationer | 832 |
Nuværende Version | 0.22 |
Senest Opdateret | 2023-02-20 |
Udgivelsesdato | 2021-04-03 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | ioGround |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ioground.com |
URL til Fortrolighedspolitik Side | https://ioground.com/privacy |
Understøttede Sprog | 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" } } |