Twitch Randomizer
Twitch Randomizer a simple extension that takes you to a random live twitch stream.
Twitch Randomizer란 무엇입니까?
Twitch Randomizer은(는) intro233에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch Randomizer a simple extension that takes you to a random live twitch stream."입니다.
확장 프로그램 스크린샷
Twitch Randomizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on the extension icon to go to a random stream. Update 0.3.5: Auth patch Update 0.3.4: search with multiple languages selected added Turkish language Update 0.3.3: fix 401 error Update 0.3.2: Update calls to meet new twitch api requirements Update 0.2.2: Added option for browsing only bottom 90% of Just Chatting Improved handling and prevention for 429 errors Update 0.2.0: Added caching to lessen the chance of 429 status codes Added an options page to allow users to select the language of the random stream Currently available languages: English, Spanish, French, Chinese, Korean, German, Russian Deepen search to increase overall randomness
확장 프로그램 기본 정보
이름 | Twitch Randomizer |
ID | aojlfcegfljfegdcfakcjomdogmehfnf |
공식 URL | https://chromewebstore.google.com/detail/twitch-randomizer/aojlfcegfljfegdcfakcjomdogmehfnf |
설명 | Twitch Randomizer a simple extension that takes you to a random live twitch stream. |
파일 크기 | 48.25 KB |
설치 횟수 | 180 |
현재 버전 | 0.3.8 |
최근 업데이트 | 2021-11-13 |
출시 날짜 | 2020-06-11 |
평점 | 3.69/5 총 13 개의 평점 |
개발자 | intro233 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js", "jquery-3.4.1.min.js", "twitch_api.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [], "description": "Twitch Randomizer a simple extension that takes you to a random live twitch stream.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgvwR5LOnBTnMz5IkVOLZNDwOzC5bB76kfE8vwEOs+zOrX++Cj33hDa6LmCieSiVpHYHjqLVuJpmv35JLjPZw3fJ0i3tCe9cFDeZfFNoqiXEq19FRe2UajEXt+2xvka1FIUa1sUeJK2ZvfYmUrDU8sfpxhMunZhF5JzGqg6B\/djoQ+Qp2KcjV3jVKlBAb4Xs\/cAgA3ACw5fsH+yGgM7zaIU6UBMj\/8FFXCVzwjAknZo+Sd0xGxocVACXZsp2xri4meI7wVqEq2xORU9BznI8UkQMJmSyaw1S76qLwjdr4JhjTEtJglonJ4OfIYlZfG2uox59VQK\/fGdW92hwgJBVSlwIDAQAB", "manifest_version": 2, "name": "Twitch Randomizer", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.8" } |