Haxball Colors

Change color of the haxball background map!

Apa itu Haxball Colors?

Haxball Colors adalah ekstensi Chrome yang dikembangkan oleh ovb.hfl, dan fitur utamanya adalah "Change color of the haxball background map!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Haxball Colors

Unduh file ekstensi Haxball Colors dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        For change your haxball background color!                    

Informasi Dasar Ekstensi

Nama Haxball Colors Haxball Colors
ID acdjmjlgeopalimfdjjmhdiiibilfdok
URL Resmi https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok
Deskripsi Change color of the haxball background map!
Ukuran File 69.96 KB
Jumlah Instalasi 109
Versi Saat Ini 2.7
Terakhir Diperbarui 2020-05-17
Tanggal Publikasi 2020-05-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ovb.hfl
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}