Twitch Chat Header Cleaner

Get rid of chat header. (Ctrl + Q to switch)

Twitch Chat Header Cleaner란 무엇입니까?

Twitch Chat Header Cleaner은(는) 뽀르삐리에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get rid of chat header. (Ctrl + Q to switch)"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically removes everything on the chat header.

*Caution*
Point betting is also hidden by default.
You can turn on/off with Ctrl + Q shortcut or extension icon click.





https://github.com/porpyry/twitch-header-cleaner                    

확장 프로그램 기본 정보

이름 Twitch Chat Header Cleaner Twitch Chat Header Cleaner
ID ejmlhjmoagijdalknicbnmbljhpipbme
공식 URL https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme
설명 Get rid of chat header. (Ctrl + Q to switch)
파일 크기 11.22 KB
설치 횟수 141
현재 버전 2.4
최근 업데이트 2023-09-08
출시 날짜 2022-02-07
평점 5.00/5 총 3 개의 평점
개발자 뽀르삐리
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.4",
    "action": [],
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/twitch_icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "linux": "Ctrl+Q"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/"
    ]
}