Who's Live on Twitch
See who's streaming live that you're following on Twitch.tv
Who's Live on Twitch란 무엇입니까?
Who's Live on Twitch은(는) Adam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See who's streaming live that you're following on Twitch.tv"입니다.
확장 프로그램 스크린샷
Who's Live on Twitch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily check to see who's live streaming that you're following on Twitch.tv! Connect your Twitch account in a couple clicks and you're done! Anyone new that you follow or unfollow will automatically update in the extension. --- Free Features --- ✔ Search quickly by streamer, title, game or site ✔ 2 Favorite Streamers ✔ 2 Streamer Notifications ✔ Accounts, Favorites and Notifications Save Between Browsers --- Pro Features ($4.99) --- ✔ Unlimited Favorite Streamers ✔ Unlimited Streamer Notifications ✔ Unlimited Access to All Future Features --- Pro Features Coming Soon --- • Order your Favorite Streamers • Many Notification Settings • Much more too come!
확장 프로그램 기본 정보
이름 | Who's Live on Twitch |
ID | omejdljcfhmldgkndfhoeogdjghlghek |
공식 URL | https://chromewebstore.google.com/detail/whos-live-on-twitch/omejdljcfhmldgkndfhoeogdjghlghek |
설명 | See who's streaming live that you're following on Twitch.tv |
파일 크기 | 2.03 MB |
설치 횟수 | 105 |
현재 버전 | 1.9.1 |
최근 업데이트 | 2020-11-03 |
출시 날짜 | 2020-01-22 |
평점 | 3.80/5 총 10 개의 평점 |
개발자 | Adam |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who's Live on Twitch", "description": "See who's streaming live that you're following on Twitch.tv", "version": "1.9.1", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Who's Live", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "options\/options.html" ] } |