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
官方網址 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"
        ]
    }
}