DarkHitbox
Tones down the bright Hitbox.tv colors
Apa itu DarkHitbox?
DarkHitbox adalah ekstensi Chrome yang dikembangkan oleh SchrodingersSpy, dan fitur utamanya adalah "Tones down the bright Hitbox.tv colors".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DarkHitbox
Unduh file ekstensi DarkHitbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | madbcmnfeclcpenjkfghcfmnehdapapl |
URL Resmi | https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl |
Deskripsi | Tones down the bright Hitbox.tv colors |
Ukuran File | 41.66 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2014-08-14 |
Tanggal Publikasi | 2014-08-14 |
Penilaian | 4.50/5 Total 12 Penilaian |
Pengembang | SchrodingersSpy |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |