Haxball Colors
Change color of the haxball background map!
Wat is Haxball Colors?
Haxball Colors is een Chrome-extensie ontwikkeld door ovb.hfl, en de belangrijkste functie is "Change color of the haxball background map!".
Extensie Screenshots
Download het CRX-bestand van de extensie Haxball Colors
Download Haxball Colors-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
For change your haxball background color!
Basisinformatie over de Extensie
Naam | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
Officiële URL | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Beschrijving | Change color of the haxball background map! |
Bestandsgrootte | 69.96 KB |
Aantal Installaties | 109 |
Huidige Versie | 2.7 |
Laatst Bijgewerkt | 2020-05-17 |
Publicatiedatum | 2020-05-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ovb.hfl |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |