Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

What is Chelxie Live Notifier?

Chelxie Live Notifier is a Chrome extension developed by Unknown, and its main feature is "Extension pour suivre les lives de Chelxie.".

Extension Screenshots

screenshot

Download Chelxie Live Notifier Extension CRX File

Download Chelxie Live Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
Official URL https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
Description Extension pour suivre les lives de Chelxie.
File Size 401 KB
Installation Count 153
Current Version 6.6.6
Last Updated 2017-03-30
Publish Date 2017-03-30
Rating 4.83/5 Total 23 Ratings
Developer Unknown
Payment Type free
Extension Website http://chelxie.fr
Supported Languages 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"
    }
}