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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My top 10 most-watched Twitch streamers

Λήψη αρχείων επέκτασης My top 10 most-watched Twitch streamers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

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