DarkHitbox

Tones down the bright Hitbox.tv colors

What is DarkHitbox?

DarkHitbox is a Chrome extension developed by SchrodingersSpy, and its main feature is "Tones down the bright Hitbox.tv colors".

Extension Screenshots

screenshot
screenshot
screenshot

Download DarkHitbox Extension CRX File

Download DarkHitbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
Official URL https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
Description Tones down the bright Hitbox.tv colors
File Size 41.66 KB
Installation Count 40
Current Version 2.2
Last Updated 2014-08-14
Publish Date 2014-08-14
Rating 4.50/5 Total 12 Ratings
Developer SchrodingersSpy
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}