Domingo Live Extension
Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !
Domingo Live Extensionคืออะไร?
Domingo Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://domingo.tv และคุณลักษณะหลักของมันคือ "Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Domingo Live Extension
ดาวน์โหลดไฟล์ส่วนขยาย Domingo Live Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
L’extension Domingo permet de ne plus louper aucun de mes lives : en l’installant, vous serez notifiés dès que je démarre un stream ! 👀 Si je ne suis pas en live l'extension vous permettra d'accéder rapidement à la dernière VOD !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kdkbkaknlncjiplhgcaomjkcnhbpkiek |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/domingo-live-extension/kdkbkaknlncjiplhgcaomjkcnhbpkiek |
คำอธิบาย | Ne ratez plus un seul live de Domingo, cette extension vous notifiera à chaque début de stream ! |
ขนาดไฟล์ | 448 KB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 4.1.0 |
อัปเดตครั้งล่าสุด | 2019-09-07 |
วันที่เผยแพร่ | 2019-09-06 |
คะแนน | 4.86/5 รวมทั้งหมด 274 คะแนน |
ผู้พัฒนา | http://domingo.tv |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domingo Live Extension", "description": "Ne ratez plus un seul live de Domingo, cette extension vous notifiera \u00e0 chaque d\u00e9but de stream !", "author": "Romain Billard @rmnbrd", "version": "4.1.0", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications", "management", "tabs", "background" ], "browser_action": { "default_title": "Domingo - Offline", "default_popup": "pages\/popup.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [] } |