Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Random Twitch Stream Finder란 무엇입니까?
Random Twitch Stream Finder은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retrieves a random Twitch stream URL out of all currently active Twitch streams."입니다.
확장 프로그램 스크린샷
Random Twitch Stream Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
공식 URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
설명 | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
파일 크기 | 5.03 MB |
설치 횟수 | 199 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-06-11 |
출시 날짜 | 2020-06-11 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | 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" } } |