DarkHitbox

Tones down the bright Hitbox.tv colors

Was ist DarkHitbox?

DarkHitbox ist eine Chrome-Erweiterung, die von SchrodingersSpy entwickelt wurde, und ihr Hauptmerkmal ist "Tones down the bright Hitbox.tv colors".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DarkHitbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie DarkHitbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
Offizielle URL https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
Beschreibung Tones down the bright Hitbox.tv colors
Dateigröße 41.66 KB
Installationsanzahl 40
Aktuelle Version 2.2
Letztes Update 2014-08-14
Veröffentlichungsdatum 2014-08-14
Bewertung 4.50/5 Insgesamt 12 Bewertungen
Entwickler SchrodingersSpy
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}