Aypierre notifieur de stream
Permet d'être informé du début des stream d'Aypierre
ما هو Aypierre notifieur de stream؟
Aypierre notifieur de stream هو إضافة Chrome تم تطويرها بواسطة Freebios، والميزة الرئيسية لها هي "Permet d'être informé du début des stream d'Aypierre".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aypierre notifieur de stream
قم بتنزيل ملفات الامتداد Aypierre notifieur de stream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Nouvelle extension disponible ici: https://chrome.google.com/webstore/detail/livenotif-aypierre/oapbenfplhadkkokfloaogfkolhojgcl Plugin chrome permettant d'être notifié du début des lives twitch de Aypierre
معلومات أساسية عن التمديد
الاسم | Aypierre notifieur de stream |
ID | eneplfegjjfhefhmckflgkgpednebedo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aypierre-notifieur-de-str/eneplfegjjfhefhmckflgkgpednebedo |
الوصف | Permet d'être informé du début des stream d'Aypierre |
حجم الملف | 1.46 MB |
عدد التثبيتات | 460 |
النسخة الحالية | 1.4 |
آخر تحديث | 2018-11-11 |
تاريخ النشر | 2018-11-11 |
تقييم | 4.53/5 مجموع تقييمات 17 |
المطور | Freebios |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aypierre notifieur de stream", "description": "Permet d'\u00eatre inform\u00e9 du d\u00e9but des stream d'Aypierre", "version": "1.4", "browser_action": { "default_icon": "images\/icon_off.png", "default_popup": "popup.html" }, "icons": { "128": "images\/stream.png" }, "options_page": "options.html", "permissions": [ "notifications", "storage", "tabs", "http:\/\/localhost:3000\/*", "http:\/\/62.210.119.253:3000\/*", "https:\/\/static-cdn.jtvnw.net\/*" ], "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "background.js" ] }, "web_accessible_resources": [ "images\/*", "fonts\/*", "js\/*", "sounds\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |