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
Eメール [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"
        ]
    }
}