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" ] } |