Twitch Brightness Reducer
Controls brightness of the videoplayer in twitch.
Twitch Brightness Reducerとは何ですか?
Twitch Brightness Reducerはsougataghar47によって開発されたChromeの拡張機能で、その主な機能は「Controls brightness of the videoplayer in twitch.」です。
拡張機能のスクリーンショット
Twitch Brightness Reducer拡張機能のCRXファイルをダウンロード
Twitch Brightness Reducer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension Controls brightness of the video player in twitch. Useful for when you are watching twitch at night.
拡張機能の基本情報
名前 | Twitch Brightness Reducer |
ID | bigbbjepoigjhcbepeahdepmjbnjodek |
公式URL | https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek |
説明 | Controls brightness of the videoplayer in twitch. |
ファイルサイズ | 4.12 KB |
インストール数 | 15 |
現在のバージョン | 1.0 |
最終更新日 | 2023-03-15 |
公開日 | 2023-03-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | sougataghar47 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Brightness Reducer", "version": "1.0", "description": "Controls brightness of the videoplayer in twitch.", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "reducer.js" ], "css": [ "styles.css" ] } ] } |