ioGround Proxy
The official .io Game Proxy by ioGround
Vad är ioGround Proxy?
ioGround Proxy är en Chrome-tillägg utvecklad av ioGround, och dess huvudfunktion är "The official .io Game Proxy by ioGround".
Tilläggsskärmbilder
Ladda ner ioGround Proxy-förlängningens CRX-fil
Ladda ner ioGround Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on. Grundläggande Information om Tillägg
| Namn | |
| ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
| Officiell webbadress | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
| Beskrivning | The official .io Game Proxy by ioGround |
| Filstorlek | 15.79 KB |
| Antal Installationer | 832 |
| Aktuell Version | 0.22 |
| Senast Uppdaterad | 2023-02-20 |
| Publiceringsdatum | 2021-04-03 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | ioGround |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ioground.com |
| URL till Sekretesspolicy Sidan | https://ioground.com/privacy |
| Stödda Språk | 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"
}
} | |