THEHAX.PL
Automatic connecting with public rooms.
O que é THEHAX.PL?
THEHAX.PL é uma extensão do Chrome desenvolvida por https://thehax.pl, e sua principal característica é "Automatic connecting with public rooms.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão THEHAX.PL
Baixe arquivos de extensão THEHAX.PL 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
Informações Básicas da Extensão
Nome | THEHAX.PL |
ID | agjeeceknckhfaghdaecficmolololfc |
URL Oficial | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
Descrição | Automatic connecting with public rooms. |
Tamanho do Arquivo | 87.08 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.30 |
Última Atualização | 2018-07-09 |
Data de Publicação | 2018-07-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://thehax.pl |
Tipo de Pagamento | free |
Idiomas Suportados | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "THEHAX.PL", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.30", "permissions": [ "https:\/\/html5.haxball.com\/*", "https:\/\/haxball.com\/*", "http:\/\/thehax.pl\/*", "notifications" ], "icons": { "128": "icon128.png", "48": "icon48.png" }, "browser_action": { "default_icon": "org.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] } } |