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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Header Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Chat Header Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/"
    ]
}