Neila Live Notifier
Extension pour suivre les lives de Neila
ما هو Neila Live Notifier؟
Neila Live Notifier هو إضافة Chrome تم تطويرها بواسطة Neila-gaming، والميزة الرئيسية لها هي "Extension pour suivre les lives de Neila".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Neila Live Notifier
قم بتنزيل ملفات الامتداد Neila Live Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Soyez au courant quand Neila lance son stream !
L'icone de l'extension passe au bleu quand Neila est en live.
Ouvre un onglet vers le Twitch de Neila en cliquant sur l'icone. معلومات أساسية عن التمديد
| الاسم | |
| ID | gpkenmcifacccdnangeckcokmeefhagl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
| الوصف | Extension pour suivre les lives de Neila |
| حجم الملف | 265 KB |
| عدد التثبيتات | 11 |
| النسخة الحالية | 3.0.0 |
| آخر تحديث | 2017-06-12 |
| تاريخ النشر | 2017-06-12 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | Neila-gaming |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.twitch.tv/neila_gaming |
| اللغات المدعومة | de,en,fr,es,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.0.0",
"default_locale": "fr",
"name": "Neila Live Notifier",
"description": "Extension pour suivre les lives de Neila",
"background": {
"persistent": true,
"scripts": [
".\/src\/background.js"
]
},
"author": "Nucktrooper",
"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"
}
} | |