Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

Wat is Chelxie Live Notifier?

Chelxie Live Notifier is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extension pour suivre les lives de Chelxie.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chelxie Live Notifier

Download Chelxie Live Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
Officiële URL https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
Beschrijving Extension pour suivre les lives de Chelxie.
Bestandsgrootte 401 KB
Aantal Installaties 153
Huidige Versie 6.6.6
Laatst Bijgewerkt 2017-03-30
Publicatiedatum 2017-03-30
Beoordeling 4.83/5 Totaal 23 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://chelxie.fr
Ondersteunde Talen 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"
    }
}