My Gaming Streams - Lol, Dota, CS and more

Check the status of your favorite gaming streamers from Azubu, Twitch and others channels

Что такое My Gaming Streams - Lol, Dota, CS and more?

My Gaming Streams - Lol, Dota, CS and more - это расширение Chrome, разработанное Mario Toledo, и его основная функция - "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения My Gaming Streams - Lol, Dota, CS and more

Скачайте файлы расширений My Gaming Streams - Lol, Dota, CS and more в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        It's pretty boring to keep checking if your favorite streammer is online, isn't it?
This extension helps gaming fans to track their favorites streamers from Twitch, Azubu and others stream services.

Don't lose plays from games like League of Legends, Dota and Counter Strike. Add streamers of your choice, and let us notify you when him/her be online.                    

Основная информация о расширении

Название My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
Официальный URL https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Описание Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Размер файла 579 KB
Количество установок 12
Текущая Версия 1.2.1
Последнее Обновление 2016-12-15
Дата публикации 2016-12-15
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Mario Toledo
Тип оплаты free
Официальный сайт расширения https://github.com/mariotoledo/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Gaming Streams - Lol, Dota, CS and more",
    "description": "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}