Chap Live

Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.

什么是Chap Live?

Chap Live是由https://kocal.fr开发的Chrome扩展程序,该扩展的主要功能是“Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.”。

扩展截图

screenshot
screenshot

下载Chap Live扩展crx文件

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

扩展使用说明

                        Chap Live
========

Notifie l'utilisateur si le streamer Chap est actuellement en train de stream sur la plateforme Twitch.                    

扩展基本信息

名称 Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
官方URL https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
简介 Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
文件大小 47.48 KB
安装次数 37
当前版本 0.1.0
更新时间 2018-05-10
上架时间 2018-05-10
评分 5.00/5 共1次评分
开发者 https://kocal.fr
付费类型 free
扩展官网 https://github.com/Kocal/Chap-Live
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}