DarkHitbox

Tones down the bright Hitbox.tv colors

DarkHitbox là gì?

DarkHitbox là một tiện ích mở rộng Chrome được phát triển bởi SchrodingersSpy, và tính năng chính của nó là "Tones down the bright Hitbox.tv colors".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DarkHitbox

Tải xuống các tệp mở rộng DarkHitbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
URL Chính Thức https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
Mô tả Tones down the bright Hitbox.tv colors
Kích Thước Tệp 41.66 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-08-14
Ngày Phát Hành 2014-08-14
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển SchrodingersSpy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}