LeStream extension

Be notified when Lestream's Stream are live

ما هو LeStream extension؟

LeStream extension هو إضافة Chrome تم تطويرها بواسطة Alesiae، والميزة الرئيسية لها هي "Be notified when Lestream's Stream are live".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LeStream extension

قم بتنزيل ملفات الامتداد LeStream extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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".                    

معلومات أساسية عن التمديد

الاسم LeStream extension LeStream extension
ID lmfpgdofboifpcajlbabafoilamjbdci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci
الوصف Be notified when Lestream's Stream are live
حجم الملف 525 KB
عدد التثبيتات 167
النسخة الحالية 3.0
آخر تحديث 2017-10-20
تاريخ النشر 2017-10-20
تقييم 5.00/5 مجموع تقييمات 4
المطور Alesiae
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://lestream.fr
اللغات المدعومة 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'"
}