TTV Right Now : Stream Notifier
Quickly see & get notified when your favorite Twitch streamers go live
TTV Right Now : Stream Notifier란 무엇입니까?
TTV Right Now : Stream Notifier은(는) Klemms에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly see & get notified when your favorite Twitch streamers go live"입니다.
확장 프로그램 스크린샷
TTV Right Now : Stream Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Know which Twitch streamers are live at a glance and get notified when your favorite ones go live ! Contribute to TTV Right Now : https://github.com/Klemms/TwitchRightNow
확장 프로그램 기본 정보
이름 | TTV Right Now : Stream Notifier |
ID | jaebeaoffbboingfjbdkgbnnfdkjilld |
공식 URL | https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld |
설명 | Quickly see & get notified when your favorite Twitch streamers go live |
파일 크기 | 664 KB |
설치 횟수 | 615 |
현재 버전 | 1.4.0 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2022-03-08 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Klemms |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/Klemms/TwitchRightNow |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TTV Right Now : Stream Notifier", "description": "Quickly see & get notified when your favorite Twitch streamers go live", "version": "1.4.0", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+R+P1ucI5Dp21XEhEcpOz\/SPRZf8SlpM4cBM7gGxNPzzIrpP+efChXxAIaeoWH\/A7lNi19IZekbLSAC5iqlICq0HCwtUmLiuvzvCLFceECWIW5qC0Ri2auV0Gm9NKwxXr5U0TWRjYeWKRU7RnIll5TM\/M+8nMJZIHJ6FbVZzlMLL9Jr85SK9k6DjAc9VxhE106oacn1mUf7Byg0OxmmO5\/spY7mY2KYM4Dx9D9lJSnklDNocy2ylH2t2yI8uSNN8QPSQQZjTKn\/M\/rnq0BE5ExaTH13K+o\/ZE8stDZCI+Cs\/a72XIiMUr19lWs7sHr5GaupQPkuk2qM3\/w0GEsezQIDAQAB", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "action": { "default_popup": "index.html" }, "icons": { "256": "images\/icon.png" }, "externally_connectable": { "matches": [ "https:\/\/klemms.github.io\/TwitchRightNow\/*" ] } } |