Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

什么是Chelxie Live Notifier?

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

扩展截图

screenshot
screenshot
screenshot

下载Chelxie Live Notifier扩展crx文件

下载Chelxie Live Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie !


Créateur: Nucktrooper 
Son site: http://extensionlivenotifier.weebly.com/

Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper                    

扩展基本信息

名称 Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
官方URL https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
简介 Extension pour suivre les lives de Chelxie.
文件大小 401 KB
安装次数 153
当前版本 6.6.6
更新时间 2017-03-30
上架时间 2017-03-30
评分 4.83/5 共23次评分
开发者 Unknown
付费类型 free
扩展官网 http://chelxie.fr
支持的语言 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.6.6",
    "default_locale": "fr",
    "name": "Chelxie Live Notifier",
    "description": "Extension pour suivre les lives de Chelxie.",
    "background": {
        "persistent": true,
        "scripts": [
            ".\/src\/streamer.js",
            ".\/src\/background.js",
            ".\/src\/main.js"
        ]
    },
    "author": "Nucktrooper",
    "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/",
    "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"
    }
}