Random Twitch Stream Finder

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

¿Qué es Random Twitch Stream Finder?

Random Twitch Stream Finder es una extensión de Chrome desarrollada por Unknown, y su función principal es "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Random Twitch Stream Finder

Descarga archivos de extensión Random Twitch Stream Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Random Twitch Stream Finder Random Twitch Stream Finder
ID gahomenacfabmmkedieckngggocgkdma
URL Oficial https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma
Descripción Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Tamaño del Archivo 5.03 MB
Cantidad de Instalaciones 199
Versión Actual 1.0.0
Última Actualización 2020-06-11
Fecha de Publicación 2020-06-11
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    }
}