LeStream extension

Be notified when Lestream's Stream are live

Co je LeStream extension?

LeStream extension je rozšíření Chrome vyvinuté Alesiae, a jeho hlavní funkcí je „Be notified when Lestream's Stream are live“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření LeStream extension

Stáhněte si soubory rozšíření LeStream extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název LeStream extension LeStream extension
ID lmfpgdofboifpcajlbabafoilamjbdci
Oficiální URL https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci
Popis Be notified when Lestream's Stream are live
Velikost souboru 525 KB
Počet instalací 167
Aktuální Verze 3.0
Poslední Aktualizace 2017-10-20
Datum Vydání 2017-10-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Alesiae
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://lestream.fr
Podporované Jazyky 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'"
}