Forkfile Download Manager
Forkfile Download Manager
ما هو Forkfile Download Manager؟
Forkfile Download Manager هو إضافة Chrome تم تطويرها بواسطة https://forkfile.com، والميزة الرئيسية لها هي "Forkfile Download Manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forkfile Download Manager
قم بتنزيل ملفات الامتداد Forkfile Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc. How to use: Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.
معلومات أساسية عن التمديد
الاسم | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
الوصف | Forkfile Download Manager |
حجم الملف | 478 KB |
عدد التثبيتات | 756 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-02-27 |
تاريخ النشر | 2020-02-26 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://forkfile.com |
نوع الدفع | free |
موقع الإضافة | https://forkfile.com |
عنوان صفحة المساعدة | https://forkfile.com/extension_tutorial.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forkfile Download Manager", "version": "1.0.1", "description": "Forkfile Download Manager", "permissions": [ "contextMenus", "notifications", "activeTab", "*:\/\/forkfile.com\/*" ], "web_accessible_resources": [ "images\/logo.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |