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文件
下載TTV Right Now : Stream Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } } |