Haxball Colors
Change color of the haxball background map!
Vad är Haxball Colors?
Haxball Colors är en Chrome-tillägg utvecklad av ovb.hfl, och dess huvudfunktion är "Change color of the haxball background map!".
Tilläggsskärmbilder
Ladda ner Haxball Colors-förlängningens CRX-fil
Ladda ner Haxball Colors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
For change your haxball background color!
Grundläggande Information om Tillägg
Namn | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
Officiell webbadress | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Beskrivning | Change color of the haxball background map! |
Filstorlek | 69.96 KB |
Antal Installationer | 109 |
Aktuell Version | 2.7 |
Senast Uppdaterad | 2020-05-17 |
Publiceringsdatum | 2020-05-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | ovb.hfl |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |