Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Antoine Danielคืออะไร?

Antoine Daniel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akeran และคุณลักษณะหลักของมันคือ "Soyez notifié quand Antoine Daniel est en live."

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

screenshot
screenshot

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

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

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

                        Une notification s'affiche quand Antoine Daniel est en live.

Lorsque l'icône est colorée, Antoine Daniel est en ligne.

Sinon, l'icône est grisée.

Vous pouvez également accéder au live ou aux réseaux sociaux en cliquant sur l'icône.                    

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

ชื่อ Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
คำอธิบาย Soyez notifié quand Antoine Daniel est en live.
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-25
วันที่เผยแพร่ 2018-09-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Akeran
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antoine Daniel",
    "description": "Soyez notifi\u00e9 quand Antoine Daniel est en live.",
    "version": "1.0",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/iconon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "data\/iconoff16.png",
        "48": "data\/iconoff48.png",
        "128": "data\/iconoff128.png"
    }
}