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

Τι είναι το Twitch Chat Stats;

Το Twitch Chat Stats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stévan Corre, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Twitch Chat Stats

Λήψη αρχείων επέκτασης Twitch Chat Stats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Chat Stats Twitch Chat Stats
ID cibpobmdeonkgkljhapfjcdcjaomdffn
Επίσημο URL https://chromewebstore.google.com/detail/twitch-chat-stats/cibpobmdeonkgkljhapfjcdcjaomdffn
Περιγραφή Stats for the Twitch's chat. To access the stats panel, just click the settings icon in the video player, then go to `Advanced`.
Μέγεθος Αρχείου 111 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-07-04
Ημερομηνία Δημοσίευσης 2022-06-30
Προγραμματιστής Stévan Corre
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}