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

Co to jest Twitch Chat Stats?

Twitch Chat Stats to rozszerzenie Chrome opracowane przez Stévan Corre, a jego główną funkcją jest „Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Chat Stats

Pobierz pliki rozszerzeń Twitch Chat Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
Oficjalny URL https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
Opis Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
Rozmiar pliku 111 KB
Liczba instalacji 43
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-07-04
Data Publikacji 2022-06-30
Deweloper Stévan Corre
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}