Twitch Stream Randomizer
Find random streams on Twitch.tv based on selected games and number of viewers.
Twitch Stream Randomizer क्या है?
Twitch Stream Randomizer develophg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find random streams on Twitch.tv based on selected games and number of viewers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Stream Randomizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Twitch Stream Randomizer |
ID | plkdggocalocfcldlphnbeonlogfomkn |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-stream-randomizer/plkdggocalocfcldlphnbeonlogfomkn |
विवरण | Find random streams on Twitch.tv based on selected games and number of viewers. |
फ़ाइल का आकार | 68.28 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-08-09 |
प्रकाशन तिथि | 2016-08-09 |
रेटिंग | 3.20/5 कुल 5 रेटिंग्स |
डेवलपर | develophg |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } } |