Chap Live

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

Chap Liveคืออะไร?

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

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Chap Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chap Live
========

Notifie l'utilisateur si le streamer Chap est actuellement en train de stream sur la plateforme Twitch.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
คำอธิบาย Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
ขนาดไฟล์ 47.48 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-05-10
วันที่เผยแพร่ 2018-05-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://kocal.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Kocal/Chap-Live
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}