Clean Twitch Chat

Removes/allows toggling of UI elements around Twitch's chat

¿Qué es Clean Twitch Chat?

Clean Twitch Chat es una extensión de Chrome desarrollada por jrn011, y su función principal es "Removes/allows toggling of UI elements around Twitch's chat".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Clean Twitch Chat

Descarga archivos de extensión Clean Twitch Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
URL Oficial https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Descripción Removes/allows toggling of UI elements around Twitch's chat
Tamaño del Archivo 34 KB
Cantidad de Instalaciones 18
Versión Actual 1.0.7
Última Actualización 2021-09-30
Fecha de Publicación 2020-10-09
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador jrn011
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}