Aypierre notifieur de stream

Permet d'être informé du début des stream d'Aypierre

Что такое Aypierre notifieur de stream?

Aypierre notifieur de stream - это расширение Chrome, разработанное Freebios, и его основная функция - "Permet d'être informé du début des stream d'Aypierre".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Aypierre notifieur de stream

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

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

                        Nouvelle extension disponible ici:
https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl

Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre                    

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

Название Aypierre notifieur de stream Aypierre notifieur de stream
ID eneplfegjjfhefhmckflgkgpednebedo
Официальный URL https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo
Описание Permet d'être informé du début des stream d'Aypierre
Размер файла 1.46 MB
Количество установок 460
Текущая Версия 1.4
Последнее Обновление 2018-11-11
Дата публикации 2018-11-11
Рейтинг 4.53/5 Всего 17 оценок
Разработчик Freebios
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aypierre notifieur de stream",
    "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre",
    "version": "1.4",
    "browser_action": {
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/stream.png"
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "http:\/\/62.210.119.253:3000\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "js\/*",
        "sounds\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}