DarkHitbox
Tones down the bright Hitbox.tv colors
Qu'est-ce que DarkHitbox ?
DarkHitbox est une extension Chrome développée par SchrodingersSpy, et sa fonction principale est "Tones down the bright Hitbox.tv colors".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DarkHitbox
Téléchargez les fichiers d'extension DarkHitbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | madbcmnfeclcpenjkfghcfmnehdapapl |
URL Officiel | https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl |
Description | Tones down the bright Hitbox.tv colors |
Taille du Fichier | 41.66 KB |
Nombre d'Installations | 40 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2014-08-14 |
Date de Publication | 2014-08-14 |
Évaluation | 4.50/5 Total 12 Évaluations |
Développeur | SchrodingersSpy |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |