Yape
Extension for PyLoad to easily monitor and add downloads
ما هو Yape؟
Yape هو إضافة Chrome تم تطويرها بواسطة Rémi Rigal، والميزة الرئيسية لها هي "Extension for PyLoad to easily monitor and add downloads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yape
قم بتنزيل ملفات الامتداد Yape بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Yape stands for Yet Another PyLoad Extension. It's a dead simple browser extension for monitoring and easily adding downloads to a PyLoad server. Features: - One-click download - Monitor current downloads - Monitor global bandwidth usage & one-click speed limiter - Context menu downloads
معلومات أساسية عن التمديد
الاسم | Yape |
ID | lbbofcfllogcmffofacfoiolglncdcgb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
الوصف | Extension for PyLoad to easily monitor and add downloads |
حجم الملف | 1.48 MB |
عدد التثبيتات | 794 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2022-09-11 |
تاريخ النشر | 2021-10-09 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Rémi Rigal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/RemiRigal/Yape |
عنوان صفحة المساعدة | https://github.com/RemiRigal/Yape |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yape", "version": "1.1.2", "description": "Extension for PyLoad to easily monitor and add downloads", "permissions": [ "activeTab", "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "js\/lib\/toastr.min.js", "js\/lib\/jquery-3.5.1.min.js", "css\/toastr.min.css" ], "matches": [ " |