Clean Twitch Chat

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

What is Clean Twitch Chat?

Clean Twitch Chat is a Chrome extension developed by jrn011, and its main feature is "Removes/allows toggling of UI elements around Twitch's chat".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clean Twitch Chat Extension CRX File

Download Clean Twitch Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
Official URL https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Description Removes/allows toggling of UI elements around Twitch's chat
File Size 34 KB
Installation Count 18
Current Version 1.0.7
Last Updated 2021-09-30
Publish Date 2020-10-09
Rating 5.00/5 Total 2 Ratings
Developer jrn011
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}