LeStream extension

Be notified when Lestream's Stream are live

什么是LeStream extension?

LeStream extension是由Alesiae开发的Chrome扩展程序,该扩展的主要功能是“Be notified when Lestream's Stream are live”。

扩展截图

screenshot
screenshot

下载LeStream extension扩展crx文件

下载LeStream extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}