Haxball Colors
Change color of the haxball background map!
Hvad er Haxball Colors?
Haxball Colors er en Chrome-udvidelse udviklet af ovb.hfl, og dens hovedfunktion er "Change color of the haxball background map!".
Udvidelsesskærmbilleder
Download Haxball Colors-udvidelses-CRX-fil
Download Haxball Colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
For change your haxball background color!
Grundlæggende oplysninger om udvidelsen
Navn | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
Officiel URL | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Beskrivelse | Change color of the haxball background map! |
Filstørrelse | 69.96 KB |
Antal Installationer | 109 |
Nuværende Version | 2.7 |
Senest Opdateret | 2020-05-17 |
Udgivelsesdato | 2020-05-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | ovb.hfl |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |