Zydar Live

Notifie lorsque Zydar est en LIVE !

什么是Zydar Live?

Zydar Live是由Skarneur开发的Chrome扩展程序,该扩展的主要功能是“Notifie lorsque Zydar est en LIVE !”。

扩展截图

screenshot

下载Zydar Live扩展crx文件

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

扩展使用说明

                        Pour savoir dès que je suis en live, télécharge mon extension !                    

扩展基本信息

名称 Zydar Live Zydar Live
ID nemhlgbjgijlmioajojakndfjhgfkdnh
官方URL https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh
简介 Notifie lorsque Zydar est en LIVE !
文件大小 353 KB
安装次数 56
当前版本 3.3
更新时间 2019-11-14
上架时间 2019-11-14
评分 5.00/5 共2次评分
开发者 Skarneur
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/offline.png",
        "default_popup": "popup\/index.html",
        "default_title": "Zydar - Hors-Ligne"
    },
    "description": "Notifie lorsque Zydar est en LIVE !",
    "icons": {
        "128": "assets\/img\/logo_mini.png"
    },
    "manifest_version": 2,
    "name": "Zydar Live",
    "permissions": [
        "background",
        "https:\/\/api.twitch.tv\/kraken\/streams?channel=*",
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "storage"
    ],
    "short_name": "Zydar Live",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3"
}