GalaxLive

Grâce à cette application, vous saurez quand je serai en live

GalaxLiveとは何ですか?

GalaxLiveはGalaxによって開発されたChromeの拡張機能で、その主な機能は「Grâce à cette application, vous saurez quand je serai en live」です。

拡張機能のスクリーンショット

screenshot

GalaxLive拡張機能のCRXファイルをダウンロード

GalaxLive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Voici l'extension officielle pour être alerté des lives de Galax !                    

拡張機能の基本情報

名前 GalaxLive GalaxLive
ID hellajpfolmomfhjkfkmgompdfehcbah
公式URL https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah
説明 Grâce à cette application, vous saurez quand je serai en live
ファイルサイズ 82.36 KB
インストール数 19
現在のバージョン 2.0.3
最終更新日 2016-11-10
公開日 2016-11-10
評価 4.25/5 合計 8 レビュー
開発者 Galax
支払い方法 free
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GalaxLive",
    "description": "Gr\u00e2ce \u00e0 cette application, vous saurez quand je serai en live",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "iconoff48.png"
    },
    "icons": {
        "16": "iconoff16.png",
        "48": "iconoff48.png",
        "128": "iconoff128.png"
    }
}