Twitch Notify
Sends an alert when a followed channel goes live
Twitch Notify란 무엇입니까?
Twitch Notify은(는) Rubbix³에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends an alert when a followed channel goes live"입니다.
확장 프로그램 스크린샷
Twitch Notify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get notified when a streamer you follow goes live! Enter your Twitch username and get Chrome notifications when a streamer goes live, the popup page allows you to change your username and see how's live at a glance. Please note that the 'Currently live...' system updates every minute. So at most, it may be off by a minute. === CHANGELOG === Version 0.9.3 > * Increased limit of live channels from 25 to 100 (If you have more than 100 channels live at once, *applause* Send in a ticket on the 'Support' tab of the webstore for the extension) * Added the option to disable desktop notifications, helpful when you follow a lot of people and don't want to be bugged often Version 0.9.2.1 > * Fixed CSS reference Version 0.9.2 > * Support for more than 100 followers * Interface change in the popup page Version 0.8 > * Base program
확장 프로그램 기본 정보
이름 | |
ID | ogkhhjgflbdhlchaffaljahbjjdadhml |
공식 URL | https://chrome.google.com/webstore/detail/twitch-notify/ogkhhjgflbdhlchaffaljahbjjdadhml |
설명 | Sends an alert when a followed channel goes live |
파일 크기 | 45.34 KB |
설치 횟수 | 209 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2016-02-08 |
출시 날짜 | 2016-02-08 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Rubbix³ |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Notify", "version": "0.9.3", "description": "Sends an alert when a followed channel goes live", "icons": { "16": "Notify16.png", "48": "Notify48.png", "128": "Notify128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "https:\/\/api.twitch.tv\/*", "https:\/\/static-cdn.jtvnw.net\/*" ] } |