Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Co je Random Twitch Stream Finder?
Random Twitch Stream Finder je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Retrieves a random Twitch stream URL out of all currently active Twitch streams.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Random Twitch Stream Finder
Stáhněte si soubory rozšíření Random Twitch Stream Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
Oficiální URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
Popis | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
Velikost souboru | 5.03 MB |
Počet instalací | 199 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-06-11 |
Datum Vydání | 2020-06-11 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } } |