DarkHitbox
Tones down the bright Hitbox.tv colors
什麼是DarkHitbox?
DarkHitbox是由SchrodingersSpy開發的Chrome擴展程式,該擴展的主要功能是“Tones down the bright Hitbox.tv colors”。
擴展截圖
下載DarkHitbox擴展crx文件
下載DarkHitbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | madbcmnfeclcpenjkfghcfmnehdapapl |
官方網址 | https://chrome.google.com/webstore/detail/darkhitbox/madbcmnfeclcpenjkfghcfmnehdapapl |
簡介 | Tones down the bright Hitbox.tv colors |
檔案大小 | 41.66 KB |
安裝次數 | 40 |
目前版本 | 2.2 |
更新時間 | 2014-08-14 |
上架時間 | 2014-08-14 |
評分 | 4.50/5 共 12 次評分 |
開發者 | SchrodingersSpy |
付費類型 | free |
支援的語言 | 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" ] } ] } |