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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Klemms และคุณลักษณะหลักของมันคือ "Quickly see & get notified when your favorite Twitch streamers go live"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TTV Right Now : Stream Notifier
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } } |