BotKZ Live

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

BotKZ Liveคืออะไร?

BotKZ Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elyth และคุณลักษณะหลักของมันคือ "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BotKZ Live

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}