Zydar Live
Notifie lorsque Zydar est en LIVE !
Zydar Liveคืออะไร?
Zydar Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Skarneur และคุณลักษณะหลักของมันคือ "Notifie lorsque Zydar est en LIVE !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zydar Live
ดาวน์โหลดไฟล์ส่วนขยาย Zydar Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pour savoir dès que je suis en live, télécharge mon extension !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nemhlgbjgijlmioajojakndfjhgfkdnh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh |
คำอธิบาย | Notifie lorsque Zydar est en LIVE ! |
ขนาดไฟล์ | 353 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 3.3 |
อัปเดตครั้งล่าสุด | 2019-11-14 |
วันที่เผยแพร่ | 2019-11-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Skarneur |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/notifications.js" ] }, "browser_action": { "default_icon": "assets\/img\/offline.png", "default_popup": "popup\/index.html", "default_title": "Zydar - Hors-Ligne" }, "description": "Notifie lorsque Zydar est en LIVE !", "icons": { "128": "assets\/img\/logo_mini.png" }, "manifest_version": 2, "name": "Zydar Live", "permissions": [ "background", "https:\/\/api.twitch.tv\/kraken\/streams?channel=*", "*:\/\/*.googleapis.com\/*", "notifications", "storage" ], "short_name": "Zydar Live", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |