DarkHitbox

Tones down the bright Hitbox.tv colors

ما هو DarkHitbox؟

DarkHitbox هو إضافة Chrome تم تطويرها بواسطة SchrodingersSpy، والميزة الرئيسية لها هي "Tones down the bright Hitbox.tv colors".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DarkHitbox

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

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

                        Tired of being slightly blinded by a bright white Hitbox chat? Need a little dark to save your eyes? This extension darkens both the chat and website of Hitbox so you can focus on the stream or game while still staying connected.

Designed by SchrodingersSpy from www.SomethingArtistic.net, you can find him making awesome vinyl decals in between his Hitbox streams.                    

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

الاسم DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
الوصف Tones down the bright Hitbox.tv colors
حجم الملف 41.66 KB
عدد التثبيتات 40
النسخة الحالية 2.2
آخر تحديث 2014-08-14
تاريخ النشر 2014-08-14
تقييم 4.50/5 مجموع تقييمات 12
المطور SchrodingersSpy
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarkHitbox",
    "version": "2.2",
    "description": "Tones down the bright Hitbox.tv colors",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/www.hitbox.tv\/*"
    ],
    "web_accessible_resources": [
        "smallsalogo.png",
        "icon.png"
    ],
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "darkhitbox.css"
            ]
        }
    ]
}