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 |
电子邮箱 | [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" ] } ] } |