Clean Twitch Chat
Removes/allows toggling of UI elements around Twitch's chat
Qu'est-ce que Clean Twitch Chat ?
Clean Twitch Chat est une extension Chrome développée par jrn011, et sa fonction principale est "Removes/allows toggling of UI elements around Twitch's chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean Twitch Chat
Téléchargez les fichiers d'extension Clean Twitch Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Clean Twitch Chat |
ID | jgcgjifkgdbpjbcaidbdenogkhbfgepk |
URL Officiel | https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk |
Description | Removes/allows toggling of UI elements around Twitch's chat |
Taille du Fichier | 34 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2021-09-30 |
Date de Publication | 2020-10-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | jrn011 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |