Random Twitch Stream Finder

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

Cos'è Random Twitch Stream Finder?

Random Twitch Stream Finder è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random Twitch Stream Finder

Scarica i file di estensione Random Twitch Stream Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Random Twitch Stream Finder Random Twitch Stream Finder
ID gahomenacfabmmkedieckngggocgkdma
URL Ufficiale https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma
Descrizione Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Dimensione del File 5.03 MB
Conteggio Installazioni 199
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-06-11
Data di Pubblicazione 2020-06-11
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}