Random Twitch Stream Finder

Retrieves a random Twitch stream URL out of all currently active Twitch streams.

What is Random Twitch Stream Finder?

Random Twitch Stream Finder is a Chrome extension developed by Unknown, and its main feature is "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".

Extension Screenshots

screenshot
screenshot

Download Random Twitch Stream Finder Extension CRX File

Download Random Twitch Stream Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Random Twitch Stream Finder Random Twitch Stream Finder
ID gahomenacfabmmkedieckngggocgkdma
Official URL https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma
Description Retrieves a random Twitch stream URL out of all currently active Twitch streams.
File Size 5.03 MB
Installation Count 199
Current Version 1.0.0
Last Updated 2020-06-11
Publish Date 2020-06-11
Rating 4.50/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}