Twitch Chat Header Cleaner

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

Cos'è Twitch Chat Header Cleaner?

Twitch Chat Header Cleaner è un'estensione di Chrome sviluppata da 뽀르삐리, e la sua funzione principale è "Get rid of chat header. (Ctrl + Q to switch)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Chat Header Cleaner

Scarica i file di estensione Twitch Chat Header Cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Chat Header Cleaner Twitch Chat Header Cleaner
ID ejmlhjmoagijdalknicbnmbljhpipbme
URL Ufficiale https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme
Descrizione Get rid of chat header. (Ctrl + Q to switch)
Dimensione del File 11.22 KB
Conteggio Installazioni 141
Versione Corrente 2.4
Ultimo Aggiornamento 2023-09-08
Data di Pubblicazione 2022-02-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore 뽀르삐리
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}