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

Vad är Twitch Chat Stats?

Twitch Chat Stats är en Chrome-tillägg utvecklad av Stévan Corre, och dess huvudfunktion är "Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Chat Stats-förlängningens CRX-fil

Ladda ner Twitch Chat Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
Officiell webbadress https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
Beskrivning Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
Filstorlek 111 KB
Antal Installationer 43
Aktuell Version 1.0
Senast Uppdaterad 2022-07-04
Publiceringsdatum 2022-06-30
Utvecklare Stévan Corre
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}