Clean Twitch Chat

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

Cos'è Clean Twitch Chat?

Clean Twitch Chat è un'estensione di Chrome sviluppata da jrn011, e la sua funzione principale è "Removes/allows toggling of UI elements around Twitch's chat".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Clean Twitch Chat

Scarica i file di estensione Clean Twitch Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
URL Ufficiale https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Descrizione Removes/allows toggling of UI elements around Twitch's chat
Dimensione del File 34 KB
Conteggio Installazioni 18
Versione Corrente 1.0.7
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2020-10-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jrn011
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}