My top 10 most-watched Twitch streamers

Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.

My top 10 most-watched Twitch streamers क्या है?

My top 10 most-watched Twitch streamers Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Ever wondered which Twitch streamer you watch the most? What about a whole Top 10?!

It's really that simple; install the addon, sit back and enjoy some Twitch while the extension compiles your graph over time.

I don't collect any information regarding your watching habits as everything is stored locally in your browser.

I strongly suggest you pin the extension to be able to glance at your Top 10 at will.                    

एक्सटेंशन की मूल जानकारी

नाम My top 10 most-watched Twitch streamers My top 10 most-watched Twitch streamers
ID ijjhhldncdhjkpnohencpcdlhdjchjif
आधिकारिक URL https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif
विवरण Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
फ़ाइल का आकार 221 KB
स्थापना संख्या 183
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-04-03
प्रकाशन तिथि 2021-12-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My top 10 most-watched Twitch streamers",
    "description": "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}