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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |