Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

什么是Antoine Daniel?

Antoine Daniel是由Akeran开发的Chrome扩展程序,该扩展的主要功能是“Soyez notifié quand Antoine Daniel est en live.”。

扩展截图

screenshot
screenshot

下载Antoine Daniel扩展crx文件

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

扩展使用说明

                        Une notification s'affiche quand Antoine Daniel est en live.

Lorsque l'icône est colorée, Antoine Daniel est en ligne.

Sinon, l'icône est grisée.

Vous pouvez également accéder au live ou aux réseaux sociaux en cliquant sur l'icône.                    

扩展基本信息

名称 Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
官方URL https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
简介 Soyez notifié quand Antoine Daniel est en live.
文件大小 162 KB
安装次数 26
当前版本 1.0
更新时间 2018-09-25
上架时间 2018-09-25
评分 5.00/5 共1次评分
开发者 Akeran
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antoine Daniel",
    "description": "Soyez notifi\u00e9 quand Antoine Daniel est en live.",
    "version": "1.0",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/iconon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "data\/iconoff16.png",
        "48": "data\/iconoff48.png",
        "128": "data\/iconoff128.png"
    }
}