Twitch Stream Randomizer
Find random streams on Twitch.tv based on selected games and number of viewers.
¿Qué es Twitch Stream Randomizer?
Twitch Stream Randomizer es una extensión de Chrome desarrollada por develophg, y su función principal es "Find random streams on Twitch.tv based on selected games and number of viewers.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Stream Randomizer
Descarga archivos de extensión Twitch Stream Randomizer 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
Twitch Stream Randomizer allows users to discover new streamers based on their game choice and a set viewer range. Twitch.tv is a streaming site which contains thousands of games and many more streamers. The most popular streamers and games are always easily located near the top of the webpage. However, many people enjoy the experience of a smaller stream and a more interactive chat. This extension provides a quick and easy way to stumble upon a new streamer. The extension helps you search for streamers who aren't playing the most popular games. Rediscover old games or just randomly find ones that sounds interesting. The list of games is searchable and always contains active streamers. Features: - Dynamic, searchable list of currently streamed games - Multiple games can be searched for at once - Minimum and maximum number of viewers controlled by a slide bar and manual input
Información Básica de la Extensión
Nombre | Twitch Stream Randomizer |
ID | plkdggocalocfcldlphnbeonlogfomkn |
URL Oficial | https://chromewebstore.google.com/detail/twitch-stream-randomizer/plkdggocalocfcldlphnbeonlogfomkn |
Descripción | Find random streams on Twitch.tv based on selected games and number of viewers. |
Tamaño del Archivo | 68.28 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 1.0.3 |
Última Actualización | 2016-08-09 |
Fecha de Publicación | 2016-08-09 |
Calificación | 3.20/5 Total de 5 Calificaciones |
Desarrollador | develophg |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Stream Randomizer", "short_name": "TSR", "description": "Find random streams on Twitch.tv based on selected games and number of viewers.", "version": "1.0.3", "icons": { "48": "twitch_randomizer_icon.png" }, "browser_action": { "default_icon": "twitch_randomizer_icon.png", "default_popup": "twitchRandomizer.html" }, "background": { "scripts": [ "jquery-3.1.0.min.js", "nouislider.min.js", "chosen.jquery.min.js", "humane.min.js", "wNumb.js", "twitchRandomizer.js" ] } } |