Extension Live Skyyart

Extension de Skyyart pour ses lives Twitch

什么是Extension Live Skyyart?

Extension Live Skyyart是由Lougs开发的Chrome扩展程序,该扩展的主要功能是“Extension de Skyyart pour ses lives Twitch”。

扩展截图

screenshot
screenshot

下载Extension Live Skyyart扩展crx文件

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

扩展使用说明

                        Ne rate aucun live de Skyyart grâce son extension, te notifiant si un live est en cours ou non !                    

扩展基本信息

名称 Extension Live Skyyart Extension Live Skyyart
ID kpnomjccnbnihhpembhgccdlcofhjibb
官方URL https://chromewebstore.google.com/detail/extension-live-skyyart/kpnomjccnbnihhpembhgccdlcofhjibb
简介 Extension de Skyyart pour ses lives Twitch
文件大小 126 KB
安装次数 720
当前版本 3.1
更新时间 2020-06-05
上架时间 2020-06-04
评分 5.00/5 共3次评分
开发者 Lougs
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension Live Skyyart",
    "version": "3.1",
    "description": "Extension de Skyyart pour ses lives Twitch",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications"
    ]
}