Aayley Live

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

Aayley Liveคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        Aayley Live
===========

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

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

ชื่อ Aayley Live Aayley Live
ID cldokjdnmhmnghopnjhgdpojjngcclbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aayley-live/cldokjdnmhmnghopnjhgdpojjngcclbl
คำอธิบาย Aayley Live est une extension qui notifie l'utilisateur si Aayley est en train de stream sur Twitch.
ขนาดไฟล์ 35.26 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-05-10
วันที่เผยแพร่ 2018-05-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://kocal.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Kocal/Aayley-Live
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aayley Live",
    "description": "Aayley Live est une extension qui notifie l'utilisateur si Aayley 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": "Aayley Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}