DailyDota2 Twitch Notifier
DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…
DailyDota2 Twitch Notifierคืออะไร?
DailyDota2 Twitch Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dailydota2.com และคุณลักษณะหลักของมันคือ "DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DailyDota2 Twitch Notifier
ดาวน์โหลดไฟล์ส่วนขยาย DailyDota2 Twitch Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension, you'll get notified as soon as live-stats are available for the channel you're watching on Twitch.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fbieebkejnanfokhdfbnpdhcipeodfij |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dailydota2-twitch-notifie/fbieebkejnanfokhdfbnpdhcipeodfij |
คำอธิบาย | DailyDota2 provides live-stats for Dota 2 matches by adding graphs as overlays to an embedded Twitch stream. With this extension,… |
ขนาดไฟล์ | 4.56 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.50 |
อัปเดตครั้งล่าสุด | 2015-06-09 |
วันที่เผยแพร่ | 2015-06-07 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://dailydota2.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DailyDota2 Twitch Notifier", "version": "1.50", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.twitch.tv\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ "contentscript.js" ] } |