BotKZ Live

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

什么是BotKZ Live?

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

扩展截图

screenshot

下载BotKZ Live扩展crx文件

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

扩展使用说明

                        Une simple extension pour savoir si le streamer BotKZ est actuellement en live                    

扩展基本信息

名称 BotKZ Live BotKZ Live
ID jakffddleodaemnfbbahpigjndfldnnc
官方URL https://chromewebstore.google.com/detail/botkz-live/jakffddleodaemnfbbahpigjndfldnnc
简介 BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.
文件大小 44.41 KB
安装次数 22
当前版本 1.3
更新时间 2022-03-25
上架时间 2021-01-03
评分 5.00/5 共4次评分
开发者 Elyth
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BotKZ Live",
    "description": "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "BotKZ Live",
        "default_icon": {
            "48": "icons\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}