Haxball Colors
Change color of the haxball background map!
Cos'è Haxball Colors?
Haxball Colors è un'estensione di Chrome sviluppata da ovb.hfl, e la sua funzione principale è "Change color of the haxball background map!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Haxball Colors
Scarica i file di estensione Haxball Colors 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
For change your haxball background color!
Informazioni di Base sull'Estensione
Nome | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
URL Ufficiale | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Descrizione | Change color of the haxball background map! |
Dimensione del File | 69.96 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 2.7 |
Ultimo Aggiornamento | 2020-05-17 |
Data di Pubblicazione | 2020-05-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ovb.hfl |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |