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
Eメール [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'"
}