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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |