DarkHitbox

Tones down the bright Hitbox.tv colors

Hvad er DarkHitbox?

DarkHitbox er en Chrome-udvidelse udviklet af SchrodingersSpy, og dens hovedfunktion er "Tones down the bright Hitbox.tv colors".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download DarkHitbox-udvidelses-CRX-fil

Download DarkHitbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DarkHitbox DarkHitbox
ID madbcmnfeclcpenjkfghcfmnehdapapl
Officiel URL https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl
Beskrivelse Tones down the bright Hitbox.tv colors
Filstørrelse 41.66 KB
Antal Installationer 40
Nuværende Version 2.2
Senest Opdateret 2014-08-14
Udgivelsesdato 2014-08-14
Bedømmelse 4.50/5 Samlet 12 Bedømmelser
Udvikler SchrodingersSpy
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}