THEHAX.PL
Automatic connecting with public rooms.
Cos'è THEHAX.PL?
THEHAX.PL è un'estensione di Chrome sviluppata da https://thehax.pl, e la sua funzione principale è "Automatic connecting with public rooms.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione THEHAX.PL
Scarica i file di estensione THEHAX.PL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | THEHAX.PL |
ID | agjeeceknckhfaghdaecficmolololfc |
URL Ufficiale | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
Descrizione | Automatic connecting with public rooms. |
Dimensione del File | 87.08 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.30 |
Ultimo Aggiornamento | 2018-07-09 |
Data di Pubblicazione | 2018-07-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://thehax.pl |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |