Extension Live Skyyart

Extension de Skyyart pour ses lives Twitch

Extension Live Skyyartคืออะไร?

Extension Live Skyyart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lougs และคุณลักษณะหลักของมันคือ "Extension de Skyyart pour ses lives Twitch"

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

screenshot
screenshot

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

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

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

                        Ne rate aucun live de Skyyart grâce son extension, te notifiant si un live est en cours ou non !                    

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

ชื่อ Extension Live Skyyart Extension Live Skyyart
ID kpnomjccnbnihhpembhgccdlcofhjibb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-live-skyyart/kpnomjccnbnihhpembhgccdlcofhjibb
คำอธิบาย Extension de Skyyart pour ses lives Twitch
ขนาดไฟล์ 126 KB
จำนวนการติดตั้ง 720
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2020-06-05
วันที่เผยแพร่ 2020-06-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Lougs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension Live Skyyart",
    "version": "3.1",
    "description": "Extension de Skyyart pour ses lives Twitch",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications"
    ]
}