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`.

Cos'è Twitch Chat Stats?

Twitch Chat Stats è un'estensione di Chrome sviluppata da Stévan Corre, e la sua funzione principale è "Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Chat Stats

Scarica i file di estensione Twitch Chat Stats 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

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

Informazioni di Base sull'Estensione

Nome Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
URL Ufficiale https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
Descrizione Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
Dimensione del File 111 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2022-07-04
Data di Pubblicazione 2022-06-30
Sviluppatore Stévan Corre
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}