Neila Live Notifier

Extension pour suivre les lives de Neila

Что такое Neila Live Notifier?

Neila Live Notifier - это расширение Chrome, разработанное Neila-gaming, и его основная функция - "Extension pour suivre les lives de Neila".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Soyez au courant quand Neila lance son stream !

L'icone de l'extension passe au bleu quand Neila est en live.
Ouvre un onglet vers le Twitch de Neila en  cliquant sur l'icone.                    

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

Название Neila Live Notifier Neila Live Notifier
ID gpkenmcifacccdnangeckcokmeefhagl
Официальный URL https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl
Описание Extension pour suivre les lives de Neila
Размер файла 265 KB
Количество установок 11
Текущая Версия 3.0.0
Последнее Обновление 2017-06-12
Дата публикации 2017-06-12
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Neila-gaming
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.twitch.tv/neila_gaming
Поддерживаемые языки de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "default_locale": "fr",
    "name": "Neila Live Notifier",
    "description": "Extension pour suivre les lives de Neila",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "author": "Nucktrooper",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "notifications"
    ],
    "optional_permissions": [
        "background"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "data\/Button_OFF.png"
        },
        "default_popup": ".\/popup\/popup.html"
    }
}