Wankil Extension
Toutes les infos sur les lives et les vidéos Wankil au même endroit.
ما هو Wankil Extension؟
Wankil Extension هو إضافة Chrome تم تطويرها بواسطة Wartax، والميزة الرئيسية لها هي "Toutes les infos sur les lives et les vidéos Wankil au même endroit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wankil Extension
قم بتنزيل ملفات الامتداد Wankil Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Grâce à cette extension, recevez une notification quand un live démarre (Wankil, Laink et Terracid) ou quand une nouvelle vidéo/Vod est disponible.
معلومات أساسية عن التمديد
الاسم | Wankil Extension |
ID | fkchmbfejbkhaohhejlipcceincddkll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wankil-extension/fkchmbfejbkhaohhejlipcceincddkll |
الوصف | Toutes les infos sur les lives et les vidéos Wankil au même endroit. |
حجم الملف | 936 KB |
عدد التثبيتات | 253 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2022-11-26 |
تاريخ النشر | 2020-04-08 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Wartax |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/WartaxDFS |
اللغات المدعومة | fr |
manifest.json | |
{ "manifest_version": 2, "name": "Wankil Extension", "short_name": "Wankil Extension", "description": "Toutes les infos sur les lives et les vid\u00e9os Wankil au m\u00eame endroit.", "version": "0.0.6", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "background", "notifications", "*:\/\/static-cdn.jtvnw.net\/*", "*:\/\/i.ytimg.com\/*" ], "background": { "scripts": [ ".\/scripts\/libs\/jquery-3.4.1.min.js", ".\/scripts\/background.js" ], "persistent": true }, "browser_action": { "default_popup": ".\/views\/popup.html", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |