Twitch Stream Randomizer
Find random streams on Twitch.tv based on selected games and number of viewers.
Twitch Stream Randomizer란 무엇입니까?
Twitch Stream Randomizer은(는) develophg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find random streams on Twitch.tv based on selected games and number of viewers."입니다.
확장 프로그램 스크린샷
Twitch Stream Randomizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |