Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Wat is Random Twitch Stream Finder?
Random Twitch Stream Finder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Twitch Stream Finder
Download Random Twitch Stream Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
Officiële URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
Beschrijving | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
Bestandsgrootte | 5.03 MB |
Aantal Installaties | 199 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-06-11 |
Publicatiedatum | 2020-06-11 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |