DarkHitbox

Tones down the bright Hitbox.tv colors

Wat is DarkHitbox?

DarkHitbox is een Chrome-extensie ontwikkeld door SchrodingersSpy, en de belangrijkste functie is "Tones down the bright Hitbox.tv colors".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DarkHitbox

Download DarkHitbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
Officiële URL https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
Beschrijving Tones down the bright Hitbox.tv colors
Bestandsgrootte 41.66 KB
Aantal Installaties 40
Huidige Versie 2.2
Laatst Bijgewerkt 2014-08-14
Publicatiedatum 2014-08-14
Beoordeling 4.50/5 Totaal 12 Beoordelingen
Ontwikkelaar SchrodingersSpy
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}