THEHAX.PL
Automatic connecting with public rooms.
Qu'est-ce que THEHAX.PL ?
THEHAX.PL est une extension Chrome développée par https://thehax.pl, et sa fonction principale est "Automatic connecting with public rooms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension THEHAX.PL
Téléchargez les fichiers d'extension THEHAX.PL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | THEHAX.PL |
ID | agjeeceknckhfaghdaecficmolololfc |
URL Officiel | https://chromewebstore.google.com/detail/thehaxpl/agjeeceknckhfaghdaecficmolololfc |
Description | Automatic connecting with public rooms. |
Taille du Fichier | 87.08 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.30 |
Dernière Mise à Jour | 2018-07-09 |
Date de Publication | 2018-07-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://thehax.pl |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |