Clean Twitch Chat

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

Co to jest Clean Twitch Chat?

Clean Twitch Chat to rozszerzenie Chrome opracowane przez jrn011, a jego główną funkcją jest „Removes/allows toggling of UI elements around Twitch's chat”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Clean Twitch Chat

Pobierz pliki rozszerzeń Clean Twitch Chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
Oficjalny URL https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
Opis Removes/allows toggling of UI elements around Twitch's chat
Rozmiar pliku 34 KB
Liczba instalacji 18
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2021-09-30
Data Publikacji 2020-10-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jrn011
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}