THEHAX.PL
Automatic connecting with public rooms.
Wat is THEHAX.PL?
THEHAX.PL is een Chrome-extensie ontwikkeld door https://thehax.pl, en de belangrijkste functie is "Automatic connecting with public rooms.".
Extensie Screenshots
Download het CRX-bestand van de extensie THEHAX.PL
Download THEHAX.PL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | THEHAX.PL |
ID | agjeeceknckhfaghdaecficmolololfc |
Officiële URL | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
Beschrijving | Automatic connecting with public rooms. |
Bestandsgrootte | 87.08 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.30 |
Laatst Bijgewerkt | 2018-07-09 |
Publicatiedatum | 2018-07-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://thehax.pl |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |