Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

Vad är Chelxie Live Notifier?

Chelxie Live Notifier är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Extension pour suivre les lives de Chelxie.".

Tilläggsskärmbilder

screenshot

Ladda ner Chelxie Live Notifier-förlängningens CRX-fil

Ladda ner Chelxie Live Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
Officiell webbadress https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
Beskrivning Extension pour suivre les lives de Chelxie.
Filstorlek 401 KB
Antal Installationer 153
Aktuell Version 6.6.6
Senast Uppdaterad 2017-03-30
Publiceringsdatum 2017-03-30
Betyg 4.83/5 Totalt 23 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats http://chelxie.fr
Stödda Språk 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"
    }
}