Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Clean Twitch Chatคืออะไร?
Clean Twitch Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrn011 และคุณลักษณะหลักของมันคือ "Removes/allows toggling of UI elements around Twitch's chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean Twitch Chat
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |