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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Chat Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}