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