Open Internet Download Manager
Open with Internet Download Manager and download the desired links
ما هو Open Internet Download Manager؟
Open Internet Download Manager هو إضافة Chrome تم تطويرها بواسطة uptofast.com، والميزة الرئيسية لها هي "Open with Internet Download Manager and download the desired links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Internet Download Manager
قم بتنزيل ملفات الامتداد Open Internet Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | jhligenjelcnhopinaalpnbgomgillni |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/open-internet-download-ma/jhligenjelcnhopinaalpnbgomgillni |
الوصف | Open with Internet Download Manager and download the desired links |
حجم الملف | 54.67 KB |
عدد التثبيتات | 4,216 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-03-26 |
تاريخ النشر | 2021-03-26 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | uptofast.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://borwi.com/open-internet-download-manager/ |
عنوان صفحة المساعدة | https://borwi.com/contact/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "offline_enabled": true, "short_name": "open-idm", "name": "Open Internet Download Manager", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "https:\/\/borwi.com\/open-internet-download-manager\/", "permissions": [ "storage", "contextMenus", "notifications", "nativeMessaging" ], "description": "Open with Internet Download Manager and download the desired links", "options_ui": { "open_in_tab": true, "chrome_style": true, "page": "data\/options\/options.html" }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |