Neila Live Notifier

Extension pour suivre les lives de Neila

什么是Neila Live Notifier?

Neila Live Notifier是由Neila-gaming开发的Chrome扩展程序,该扩展的主要功能是“Extension pour suivre les lives de Neila”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Neila Live Notifier扩展crx文件

下载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"
    }
}