Live On Twitch
See all of your favorite Twitch streams with the click of a button!
Live On Twitch란 무엇입니까?
Live On Twitch은(는) tayg0123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See all of your favorite Twitch streams with the click of a button!"입니다.
확장 프로그램 스크린샷
Live On Twitch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With a single click, display all of the live streams you follow on twitch! After configuration, clicking on the extension icon will display a drop-down list of the streams you follow, grouped by game and sorted by viewers. You'll be given the name of the streamer, the title of their broadcast, how long they have been live, their current viewer count, and a thumbnail of their current stream. Choose from 3 different themes to match your current chrome theme. Live On Twitch is intended to provide a simple, straight-forward and polished experience. UPDATED: 5/4/21 Updated symbols used for better compatibility with other OS's. UPDATED: 11/1/20 Resolved issue where usernames were displayed in all lowercase. UPDATED: 10/14/20 Twitch recently changed the way developers access their API. In the near future, Live On Twitch will require twitch user authorization.
확장 프로그램 기본 정보
이름 | Live On Twitch |
ID | dbdlafkfklbnnfgigijdbbijdldkapcb |
공식 URL | https://chromewebstore.google.com/detail/live-on-twitch/dbdlafkfklbnnfgigijdbbijdldkapcb |
설명 | See all of your favorite Twitch streams with the click of a button! |
파일 크기 | 407 KB |
설치 횟수 | 126 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2021-05-05 |
출시 날짜 | 2020-05-20 |
평점 | 4.18/5 총 11 개의 평점 |
개발자 | tayg0123 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live On Twitch", "description": "See all of your favorite Twitch streams with the click of a button!", "version": "1.1.4", "icons": { "128": "media\/icon_128.png", "64": "media\/icon_64.png", "16": "media\/icon_16.png" }, "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "alarms" ], "options_page": "options.html" } |