Haxball Colors
Change color of the haxball background map!
Qu'est-ce que Haxball Colors ?
Haxball Colors est une extension Chrome développée par ovb.hfl, et sa fonction principale est "Change color of the haxball background map!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Haxball Colors
Téléchargez les fichiers d'extension Haxball Colors 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
For change your haxball background color!
Informations de Base sur l'Extension
Nom | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
URL Officiel | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Description | Change color of the haxball background map! |
Taille du Fichier | 69.96 KB |
Nombre d'Installations | 109 |
Version Actuelle | 2.7 |
Dernière Mise à Jour | 2020-05-17 |
Date de Publication | 2020-05-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ovb.hfl |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Haxball Colors", "description": "Change color of the haxball background map!", "version": "2.7", "manifest_version": 2, "permissions": [ "background", "tabs", "webRequest", "webRequestBlocking", "*:\/\/*.haxball.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "scripts.js" ] } |