Chelxie Live Notifier

Extension pour suivre les lives de Chelxie.

Apa itu Chelxie Live Notifier?

Chelxie Live Notifier adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extension pour suivre les lives de Chelxie.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chelxie Live Notifier

Unduh file ekstensi Chelxie Live Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chelxie Live Notifier Chelxie Live Notifier
ID klabflpfhnpedmlbhmnahgffelndbllk
URL Resmi https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk
Deskripsi Extension pour suivre les lives de Chelxie.
Ukuran File 401 KB
Jumlah Instalasi 153
Versi Saat Ini 6.6.6
Terakhir Diperbarui 2017-03-30
Tanggal Publikasi 2017-03-30
Penilaian 4.83/5 Total 23 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://chelxie.fr
Bahasa yang Didukung 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"
    }
}