Gardoum

Suivez Gardoum à tout moment !

什么是Gardoum?

Gardoum是由http://gardoum.com开发的Chrome扩展程序,该扩展的主要功能是“ Suivez Gardoum à tout moment !”。

下载Gardoum扩展crx文件

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

扩展使用说明

                        L'extension indispensable pour savoir quand Gardoum stream sur Twitch et avoir directement accès à ses réseaux sociaux !                    

扩展基本信息

名称 Gardoum Gardoum
ID mandgmepkiikdjbpcekemakejdbhijbb
官方URL https://chrome.google.com/webstore/detail/gardoum/mandgmepkiikdjbpcekemakejdbhijbb
简介 Suivez Gardoum à tout moment !
文件大小 3.58 MB
安装次数 27
当前版本 1.5.2
更新时间 2016-09-18
上架时间 2016-09-18
评分 5.00/5 共1次评分
开发者 http://gardoum.com
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gardoum",
    "description": " Suivez Gardoum \u00e0 tout moment !",
    "version": "1.5.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_icon": "data\/gardoum_off.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/gardoum_off.png"
        }
    }
}