Haxball Colors

Change color of the haxball background map!

Was ist Haxball Colors?

Haxball Colors ist eine Chrome-Erweiterung, die von ovb.hfl entwickelt wurde, und ihr Hauptmerkmal ist "Change color of the haxball background map!".

Erweiterungsscreenshots

screenshot
screenshot

Haxball Colors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Haxball Colors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        For change your haxball background color!                    

Grundlegende Informationen zur Erweiterung

Name Haxball Colors Haxball Colors
ID acdjmjlgeopalimfdjjmhdiiibilfdok
Offizielle URL https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok
Beschreibung Change color of the haxball background map!
Dateigröße 69.96 KB
Installationsanzahl 109
Aktuelle Version 2.7
Letztes Update 2020-05-17
Veröffentlichungsdatum 2020-05-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ovb.hfl
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}