Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Qu'est-ce que Random Twitch Stream Finder ?
Random Twitch Stream Finder est une extension Chrome développée par Unknown, et sa fonction principale est "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Random Twitch Stream Finder
Téléchargez les fichiers d'extension Random Twitch Stream Finder 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
Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in. This extension is originally intended for academic use, but can be easily adapted for fun and entertainment.
Informations de Base sur l'Extension
Nom | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
URL Officiel | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
Description | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
Taille du Fichier | 5.03 MB |
Nombre d'Installations | 199 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-06-11 |
Date de Publication | 2020-06-11 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Twitch Stream Finder", "version": "1.0.0", "description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "randomTwitchStream_32.png" }, "manifest_version": 2, "icons": { "16": "randomTwitchStream_16.png", "48": "randomTwitchStream_48.png", "128": "randomTwitchStream_128.png" } } |