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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |