Haxball Colors
Change color of the haxball background map!
What is Haxball Colors?
Haxball Colors is a Chrome extension developed by ovb.hfl, and its main feature is "Change color of the haxball background map!".
Extension Screenshots
Download Haxball Colors Extension CRX File
Download Haxball Colors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For change your haxball background color!
Extension Basic Information
Name | Haxball Colors |
ID | acdjmjlgeopalimfdjjmhdiiibilfdok |
Official URL | https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok |
Description | Change color of the haxball background map! |
File Size | 69.96 KB |
Installation Count | 109 |
Current Version | 2.7 |
Last Updated | 2020-05-17 |
Publish Date | 2020-05-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ovb.hfl |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |