LeStream extension

Be notified when Lestream's Stream are live

Apa itu LeStream extension?

LeStream extension adalah ekstensi Chrome yang dikembangkan oleh Alesiae, dan fitur utamanya adalah "Be notified when Lestream's Stream are live".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LeStream extension

Unduh file ekstensi LeStream extension 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

                        Soyez notifié lorsque vous streamers préférés sont en live !

Vous recevrez une notification de votre navigateur lorsque un de vos streamer commence son live, change de jeu ou change de titre.

Vous avez la possibilité de suivre ou non les différents streamers de LeStream dans l'onglet "Config".                    

Informasi Dasar Ekstensi

Nama LeStream extension LeStream extension
ID lmfpgdofboifpcajlbabafoilamjbdci
URL Resmi https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci
Deskripsi Be notified when Lestream's Stream are live
Ukuran File 525 KB
Jumlah Instalasi 167
Versi Saat Ini 3.0
Terakhir Diperbarui 2017-10-20
Tanggal Publikasi 2017-10-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Alesiae
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lestream.fr
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeStream extension",
    "description": "Be notified when Lestream's Stream are live",
    "version": "3.0",
    "background": {
        "scripts": [
            "jquery.js",
            "data.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "No live",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "64": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.lestream.fr\/",
        "tabs",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/ajax.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}