My top 10 most-watched Twitch streamers
Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.
Qu'est-ce que My top 10 most-watched Twitch streamers ?
My top 10 most-watched Twitch streamers est une extension Chrome développée par Unknown, et sa fonction principale est "Compiles a top 10 of your most watched Twitch streamers and displays it into a graph.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My top 10 most-watched Twitch streamers
Téléchargez les fichiers d'extension My top 10 most-watched Twitch streamers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | My top 10 most-watched Twitch streamers |
ID | ijjhhldncdhjkpnohencpcdlhdjchjif |
URL Officiel | https://chromewebstore.google.com/detail/my-top-10-most-watched-tw/ijjhhldncdhjkpnohencpcdlhdjchjif |
Description | Compiles a top 10 of your most watched Twitch streamers and displays it into a graph. |
Taille du Fichier | 221 KB |
Nombre d'Installations | 183 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-04-03 |
Date de Publication | 2021-12-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |