Chelxie Live Notifier
Extension pour suivre les lives de Chelxie.
Chelxie Live Notifierคืออะไร?
Chelxie Live Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension pour suivre les lives de Chelxie."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chelxie Live Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Chelxie Live Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie ! Créateur: Nucktrooper Son site: http://extensionlivenotifier.weebly.com/ Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chelxie Live Notifier |
ID | klabflpfhnpedmlbhmnahgffelndbllk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk |
คำอธิบาย | Extension pour suivre les lives de Chelxie. |
ขนาดไฟล์ | 401 KB |
จำนวนการติดตั้ง | 153 |
เวอร์ชันปัจจุบัน | 6.6.6 |
อัปเดตครั้งล่าสุด | 2017-03-30 |
วันที่เผยแพร่ | 2017-03-30 |
คะแนน | 4.83/5 รวมทั้งหมด 23 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://chelxie.fr |
ภาษาที่รองรับ | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.6.6", "default_locale": "fr", "name": "Chelxie Live Notifier", "description": "Extension pour suivre les lives de Chelxie.", "background": { "persistent": true, "scripts": [ ".\/src\/streamer.js", ".\/src\/background.js", ".\/src\/main.js" ] }, "author": "Nucktrooper", "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "notifications" ], "optional_permissions": [ "background" ], "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "browser_action": { "default_icon": { "19": "data\/Button_OFF.png" }, "default_popup": ".\/popup\/popup.html" } } |