Random Twitch Stream Finder

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

O que é Random Twitch Stream Finder?

Random Twitch Stream Finder é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Random Twitch Stream Finder

Baixe arquivos de extensão Random Twitch Stream Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Random Twitch Stream Finder Random Twitch Stream Finder
ID gahomenacfabmmkedieckngggocgkdma
URL Oficial https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma
Descrição Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Tamanho do Arquivo 5.03 MB
Contagem de Instalações 199
Versão Atual 1.0.0
Última Atualização 2020-06-11
Data de Publicação 2020-06-11
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}