Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Clean Twitch Chat là gì?
Clean Twitch Chat là một tiện ích mở rộng Chrome được phát triển bởi jrn011, và tính năng chính của nó là "Removes/allows toggling of UI elements around Twitch's chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clean Twitch Chat
Tải xuống các tệp mở rộng Clean Twitch Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clean Twitch Chat |
ID | jgcgjifkgdbpjbcaidbdenogkhbfgepk |
URL Chính Thức | https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Mô tả | Removes/allows toggling of UI elements around Twitch's chat |
Kích Thước Tệp | 34 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2021-09-30 |
Ngày Phát Hành | 2020-10-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jrn011 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |