Haxball Colors

Change color of the haxball background map!

ما هو Haxball Colors؟

Haxball Colors هو إضافة Chrome تم تطويرها بواسطة ovb.hfl، والميزة الرئيسية لها هي "Change color of the haxball background map!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Haxball Colors

قم بتنزيل ملفات الامتداد Haxball Colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        For change your haxball background color!                    

معلومات أساسية عن التمديد

الاسم Haxball Colors Haxball Colors
ID acdjmjlgeopalimfdjjmhdiiibilfdok
عنوان URL الرسمي https://chromewebstore.google.com/detail/haxball-colors/acdjmjlgeopalimfdjjmhdiiibilfdok
الوصف Change color of the haxball background map!
حجم الملف 69.96 KB
عدد التثبيتات 109
النسخة الحالية 2.7
آخر تحديث 2020-05-17
تاريخ النشر 2020-05-16
تقييم 5.00/5 مجموع تقييمات 1
المطور ovb.hfl
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}