SanjiLive

SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.

什么是SanjiLive?

SanjiLive是由Sanji29开发的Chrome扩展程序,该扩展的主要功能是“SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.”。

下载SanjiLive扩展crx文件

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

扩展使用说明

                        SanjiLive est une extension qui vous préviens quand Sanji est en live.                    

扩展基本信息

名称 SanjiLive SanjiLive
ID lnngafjpekmmmkfnjpiaafakibofegli
官方URL https://chromewebstore.google.com/detail/sanjilive/lnngafjpekmmmkfnjpiaafakibofegli
简介 SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.
文件大小 50.37 KB
安装次数 53
当前版本 0.0.3
更新时间 2017-07-01
上架时间 2017-07-01
评分 5.00/5 共2次评分
开发者 Sanji29
付费类型 free
扩展官网 https://twitch.tv/sanji29
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SanjiLive",
    "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/Trepb.png",
        "128": "icons\/Trepa.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "SanjiLive",
        "default_icon": {
            "48": "icons\/Trepb.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}