Twitch Chat Header Cleaner

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

Wat is Twitch Chat Header Cleaner?

Twitch Chat Header Cleaner is een Chrome-extensie ontwikkeld door 뽀르삐리, en de belangrijkste functie is "Get rid of chat header. (Ctrl + Q to switch)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Chat Header Cleaner

Download Twitch Chat Header Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Twitch Chat Header Cleaner Twitch Chat Header Cleaner
ID ejmlhjmoagijdalknicbnmbljhpipbme
Officiële URL https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme
Beschrijving Get rid of chat header. (Ctrl + Q to switch)
Bestandsgrootte 11.22 KB
Aantal Installaties 141
Huidige Versie 2.4
Laatst Bijgewerkt 2023-09-08
Publicatiedatum 2022-02-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar 뽀르삐리
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}