Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Wat is Clean Twitch Chat?
Clean Twitch Chat is een Chrome-extensie ontwikkeld door jrn011, en de belangrijkste functie is "Removes/allows toggling of UI elements around Twitch's chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Clean Twitch Chat
Download Clean Twitch Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Clean Twitch Chat |
ID | jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Officiële URL | https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Beschrijving | Removes/allows toggling of UI elements around Twitch's chat |
Bestandsgrootte | 34 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2021-09-30 |
Publicatiedatum | 2020-10-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jrn011 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |