Clean Twitch Chat

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

Clean Twitch Chat란 무엇입니까?

Clean Twitch Chat은(는) jrn011에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes/allows toggling of UI elements around Twitch's chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Clean Twitch Chat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Clean Twitch Chat Clean Twitch Chat
ID jgcgjifkgdbpjbcaidbdenogkhbfgepk
공식 URL https://chromewebstore.google.com/detail/clean-twitch-chat/jgcgjifkgdbpjbcaidbdenogkhbfgepk
설명 Removes/allows toggling of UI elements around Twitch's chat
파일 크기 34 KB
설치 횟수 18
현재 버전 1.0.7
최근 업데이트 2021-09-30
출시 날짜 2020-10-09
평점 5.00/5 총 2 개의 평점
개발자 jrn011
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}