Flanny Live
Sois notifié de chaque live et interagis en direct avec ta streameuse préférée !
Flanny Liveคืออะไร?
Flanny Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fschmitt.dev และคุณลักษณะหลักของมันคือ "Sois notifié de chaque live et interagis en direct avec ta streameuse préférée !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flanny Live
ดาวน์โหลดไฟล์ส่วนขยาย Flanny Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sois notifié quand Flanny lance un live et viens interagir avec ta vidéaste préférée ! Sois présent à tous les lives grâce à cette extension ! Le brocoli devient vert lorsque Flanny est en live ! Pour rejoindre le live, clique sur l'icône du brocoli et interagis avec elle sur le chat du live ! Développé par Franck. Contact: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ndamdnoomlpfejlhogpdbppcohlfjfnj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flanny-live/ndamdnoomlpfejlhogpdbppcohlfjfnj |
คำอธิบาย | Sois notifié de chaque live et interagis en direct avec ta streameuse préférée ! |
ขนาดไฟล์ | 71.78 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2018-09-30 |
วันที่เผยแพร่ | 2018-09-30 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | fschmitt.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.7", "name": "Flanny Live", "description": "Sois notifi\u00e9 de chaque live et interagis en direct avec ta streameuse pr\u00e9f\u00e9r\u00e9e !", "icons": { "128": "icon_notification.png" }, "browser_action": { "default_popup": "pluginWindow.html" }, "background": { "scripts": [ "update.js" ] }, "permissions": [ "alarms", "notifications" ] } |