Clean Twitch Chat

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

Was ist Clean Twitch Chat?

Clean Twitch Chat ist eine Chrome-Erweiterung, die von jrn011 entwickelt wurde, und ihr Hauptmerkmal ist "Removes/allows toggling of UI elements around Twitch's chat".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clean Twitch Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clean Twitch Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
Offizielle URL https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Beschreibung Removes/allows toggling of UI elements around Twitch's chat
Dateigröße 34 KB
Installationsanzahl 18
Aktuelle Version 1.0.7
Letztes Update 2021-09-30
Veröffentlichungsdatum 2020-10-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jrn011
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}