Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Hvad er Clean Twitch Chat?
Clean Twitch Chat er en Chrome-udvidelse udviklet af jrn011, og dens hovedfunktion er "Removes/allows toggling of UI elements around Twitch's chat".
Udvidelsesskærmbilleder
Download Clean Twitch Chat-udvidelses-CRX-fil
Download Clean Twitch Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Clean Twitch Chat |
ID | jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Officiel URL | https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Beskrivelse | Removes/allows toggling of UI elements around Twitch's chat |
Filstørrelse | 34 KB |
Antal Installationer | 18 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2021-09-30 |
Udgivelsesdato | 2020-10-09 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | jrn011 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |