Twitch Notif
Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.
Twitch Notifคืออะไร?
Twitch Notif เป็นส่วนขยายของ Chrome ที่พัฒนาโดย celianbastien และคุณลักษณะหลักของมันคือ "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Notif
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Notif ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension ask only one input : the twitch username : using the twitch api, it gets all the following streams of the twitch user and display it when he clicks on the extension (screen linked). When one of these streamer goes live, it pops a notification : this notification can be hidden easily by clicking on the bell. I have made this extension in order to replace all individual extension made by a lot of (big) streamers individually. The main advantages are : - Performance gain : Only one application for every streamers. - Follow easily streamers who dont have individual extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dedbnkhlhhobeiadgipmnladcmcclphe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-notif/dedbnkhlhhobeiadgipmnladcmcclphe |
คำอธิบาย | Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game. |
ขนาดไฟล์ | 87.38 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2018-03-30 |
วันที่เผยแพร่ | 2018-03-30 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | celianbastien |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Twitch Notif", "name": "Twitch Notif", "description": "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.", "author": "C\u00e9lian BASTIEN", "version": "2.4", "permissions": [ "webRequest", "notifications", "storage", "https:\/\/api.twitch.tv\/kraken\/" ], "background": { "scripts": [ "js\/app.js" ] }, "browser_action": { "default_icon": { "32": "img\/icon32.png", "64": "img\/icon64.png", "72": "img\/icon72.png" }, "default_title": "Twitch Notif", "default_popup": "html\/popup.html" }, "icons": { "32": "img\/icon32.png", "64": "img\/icon64.png", "72": "img\/icon72.png", "128": "img\/icon72.png" } } |