Twitch Stream Notifier
See when streamers go online!
Twitch Stream Notifier란 무엇입니까?
Twitch Stream Notifier은(는) TheoryCraft Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See when streamers go online!"입니다.
확장 프로그램 스크린샷
Twitch Stream Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. You can add streamers one at a time or bulk add via your Twitch username. Not affiliated with Twitch.tv. Powered by TheoryCraft.gg
확장 프로그램 기본 정보
이름 | Twitch Stream Notifier |
ID | lpkgicfflpkdinhalebfjlonfhehnpem |
공식 URL | https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem |
설명 | See when streamers go online! |
파일 크기 | 480 KB |
설치 횟수 | 3,154 |
현재 버전 | 1.7.0 |
최근 업데이트 | 2022-12-23 |
출시 날짜 | 2019-10-21 |
평점 | 4.21/5 총 29 개의 평점 |
개발자 | TheoryCraft Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Friss/TwitchNotifier |
도움말 페이지 URL | https://github.com/Friss/TwitchNotifier |
개인정보 보호 정책 페이지 URL | https://theorycraft.gg/terms |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Stream Notifier", "version": "1.7.0", "manifest_version": 2, "description": "See when streamers go online!", "icons": { "16": "images\/logo.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png", "500": "images\/logo_500.png" }, "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier", "background": { "page": "background.html" }, "permissions": [ "notifications", "storage", "background" ], "browser_action": { "default_icon": "images\/logo_128.png", "default_title": "Twitch Stream Notifier", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/logo_128.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |