MyAzubu

Be notified when your favorite streamers start to play live!

Что такое MyAzubu?

MyAzubu - это расширение Chrome, разработанное gabrieljmj, и его основная функция - "Be notified when your favorite streamers start to play live!".

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

screenshot
screenshot

Скачать файл CRX расширения MyAzubu

Скачайте файлы расширений MyAzubu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Just add the channels and when the streamer start a livestream on Azubu.TV, you receive a notification.

GitHub repository to contribute: https://github.com/GabrielJMJ/MyAzubu                    

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

Название MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
Официальный URL https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Описание Be notified when your favorite streamers start to play live!
Размер файла 102 KB
Количество установок 36
Текущая Версия 1.5.0
Последнее Обновление 2016-02-03
Дата публикации 2016-02-03
Рейтинг 4.35/5 Всего 17 оценок
Разработчик gabrieljmj
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "author": "@GabrielJMJ",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "public\/images\/icons\/16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "description": "Be notified when your favorite streamers start to play live!",
    "name": "MyAzubu",
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/api.azubu.tv\/*"
    ],
    "icons": {
        "128": "public\/images\/icons\/128.png",
        "16": "public\/images\/icons\/16.png",
        "48": "public\/images\/icons\/48.png"
    },
    "background": {
        "scripts": [
            "public\/js\/channels.js",
            "public\/js\/functions.js",
            "public\/js\/jquery.min.js",
            "public\/js\/background.js"
        ]
    },
    "version": "1.5.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "30.0.0"
}