Twitch Chat Stats

Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.

O que é Twitch Chat Stats?

Twitch Chat Stats é uma extensão do Chrome desenvolvida por Stévan Corre, e sua principal característica é "Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Chat Stats

Baixe arquivos de extensão Twitch Chat Stats 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

                        With this new panel, you'll have the amount of messages per second, and the amount of messages sent during the last 10 seconds.                    

Informações Básicas da Extensão

Nome Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
Descrição Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
Tamanho do Arquivo 111 KB
Contagem de Instalações 43
Versão Atual 1.0
Última Atualização 2022-07-04
Data de Publicação 2022-06-30
Desenvolvedor Stévan Corre
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Chat Stats",
    "description": "Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.",
    "author": "St\u00e9van Corre ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "index.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}