DarkHitbox
Tones down the bright Hitbox.tv colors
O que é DarkHitbox?
DarkHitbox é uma extensão do Chrome desenvolvida por SchrodingersSpy, e sua principal característica é "Tones down the bright Hitbox.tv colors".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DarkHitbox
Baixe arquivos de extensão DarkHitbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | madbcmnfeclcpenjkfghcfmnehdapapl |
URL Oficial | https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl |
Descrição | Tones down the bright Hitbox.tv colors |
Tamanho do Arquivo | 41.66 KB |
Contagem de Instalações | 40 |
Versão Atual | 2.2 |
Última Atualização | 2014-08-14 |
Data de Publicação | 2014-08-14 |
Classificação | 4.50/5 Total de 12 Avaliações |
Desenvolvedor | SchrodingersSpy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |