Antoine Daniel
Soyez notifié quand Antoine Daniel est en live.
ما هو Antoine Daniel؟
Antoine Daniel هو إضافة Chrome تم تطويرها بواسطة Akeran، والميزة الرئيسية لها هي "Soyez notifié quand Antoine Daniel est en live.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Antoine Daniel
قم بتنزيل ملفات الامتداد Antoine Daniel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Une notification s'affiche quand Antoine Daniel est en live. Lorsque l'icône est colorée, Antoine Daniel est en ligne. Sinon, l'icône est grisée. Vous pouvez également accéder au live ou aux réseaux sociaux en cliquant sur l'icône.
معلومات أساسية عن التمديد
الاسم | Antoine Daniel |
ID | ejffliffnaidjnefhcojcnglmllibnbo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo |
الوصف | Soyez notifié quand Antoine Daniel est en live. |
حجم الملف | 162 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-09-25 |
تاريخ النشر | 2018-09-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Akeran |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Antoine Daniel", "description": "Soyez notifi\u00e9 quand Antoine Daniel est en live.", "version": "1.0", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "data\/iconon48.png", "default_popup": "popup.html" }, "icons": { "16": "data\/iconoff16.png", "48": "data\/iconoff48.png", "128": "data\/iconoff128.png" } } |