Twitch Chat Header Cleaner

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

Qu'est-ce que Twitch Chat Header Cleaner ?

Twitch Chat Header Cleaner est une extension Chrome développée par 뽀르삐리, et sa fonction principale est "Get rid of chat header. (Ctrl + Q to switch)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Chat Header Cleaner

Téléchargez les fichiers d'extension Twitch Chat Header Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch Chat Header Cleaner Twitch Chat Header Cleaner
ID ejmlhjmoagijdalknicbnmbljhpipbme
URL Officiel https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme
Description Get rid of chat header. (Ctrl + Q to switch)
Taille du Fichier 11.22 KB
Nombre d'Installations 141
Version Actuelle 2.4
Dernière Mise à Jour 2023-09-08
Date de Publication 2022-02-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur 뽀르삐리
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}