Clean Twitch Chat

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

Vad är Clean Twitch Chat?

Clean Twitch Chat är en Chrome-tillägg utvecklad av jrn011, och dess huvudfunktion är "Removes/allows toggling of UI elements around Twitch's chat".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Clean Twitch Chat-förlängningens CRX-fil

Ladda ner Clean Twitch Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
Officiell webbadress https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Beskrivning Removes/allows toggling of UI elements around Twitch's chat
Filstorlek 34 KB
Antal Installationer 18
Aktuell Version 1.0.7
Senast Uppdaterad 2021-09-30
Publiceringsdatum 2020-10-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare jrn011
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}