ioGround Proxy
The official .io Game Proxy by ioGround
O que é ioGround Proxy?
ioGround Proxy é uma extensão do Chrome desenvolvida por ioGround, e sua principal característica é "The official .io Game Proxy by ioGround".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ioGround Proxy
Baixe arquivos de extensão ioGround Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.
Informações Básicas da Extensão
Nome | |
ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
URL Oficial | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
Descrição | The official .io Game Proxy by ioGround |
Tamanho do Arquivo | 15.79 KB |
Contagem de Instalações | 832 |
Versão Atual | 0.22 |
Última Atualização | 2023-02-20 |
Data de Publicação | 2021-04-03 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | ioGround |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ioground.com |
URL da Página de Política de Privacidade | https://ioground.com/privacy |
Idiomas Suportados | 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" } } |