Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Clean Twitch Chatとは何ですか?
Clean Twitch Chatはjrn011によって開発されたChromeの拡張機能で、その主な機能は「Removes/allows toggling of UI elements around Twitch's chat」です。
拡張機能のスクリーンショット
Clean Twitch Chat拡張機能のCRXファイルをダウンロード
Clean Twitch Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes UI elements blocking Twitch chat and adds a button that allows you to hide/show the chat message input. Keyboard shortcuts: Alt + Up Arrow - slides the chat message input up to become visible Alt + Down Arrow - slides the chat message input down to become hidden Ctrl + Up Arrow - slides the chat message input up, and also saves that setting to automatically show the message input when entering a stream Ctrl + Down Arrow - slides the chat message input down, and also saves that setting to automatically hide the message input when entering a stream Alt + M - slides the chat message input up if not visible and automatically focuses/activates the message input to allow for immediate typing
拡張機能の基本情報
名前 | Clean Twitch Chat |
ID | jgcgjifkgdbpjbcaidbdenogkhbfgepk |
公式URL | https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk |
説明 | Removes/allows toggling of UI elements around Twitch's chat |
ファイルサイズ | 34 KB |
インストール数 | 18 |
現在のバージョン | 1.0.7 |
最終更新日 | 2021-09-30 |
公開日 | 2020-10-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jrn011 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Twitch Chat", "version": "1.0.7", "description": "Removes\/allows toggling of UI elements around Twitch's chat", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "styling.css" ], "js": [ "jquery.min.js", "content.js" ] } ] } |