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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}