Twitch Chat Header Cleaner

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

O que é Twitch Chat Header Cleaner?

Twitch Chat Header Cleaner é uma extensão do Chrome desenvolvida por 뽀르삐리, e sua principal característica é "Get rid of chat header. (Ctrl + Q to switch)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Chat Header Cleaner

Baixe arquivos de extensão Twitch Chat Header Cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Twitch Chat Header Cleaner Twitch Chat Header Cleaner
ID ejmlhjmoagijdalknicbnmbljhpipbme
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-header-cleane/ejmlhjmoagijdalknicbnmbljhpipbme
Descrição Get rid of chat header. (Ctrl + Q to switch)
Tamanho do Arquivo 11.22 KB
Contagem de Instalações 141
Versão Atual 2.4
Última Atualização 2023-09-08
Data de Publicação 2022-02-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor 뽀르삐리
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}