Download with Internet Download Manager
Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
ما هو Download with Internet Download Manager؟
Download with Internet Download Manager هو إضافة Chrome تم تطويرها بواسطة balvin.perrie، والميزة الرئيسية لها هي "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download with Internet Download Manager
قم بتنزيل ملفات الامتداد Download with Internet Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ijagoebbhgpklaaliglekagdjpigbcgm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm |
الوصف | Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager |
حجم الملف | 97.44 KB |
عدد التثبيتات | 17,872 |
النسخة الحالية | 0.2.2 |
آخر تحديث | 2020-12-30 |
تاريخ النشر | 2020-02-26 |
تقييم | 3.83/5 مجموع تقييمات 6 |
المطور | balvin.perrie |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://add0n.com/download-with.html?from=idm |
عنوان صفحة المساعدة | https://add0n.com/download-with.html?from=idm |
عنوان صفحة سياسة الخصوصية | https://add0n.com/policies/balvin.perrie.txt |
اللغات المدعومة | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download with Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "version": "0.2.2", "manifest_version": 2, "permissions": [ "storage", "nativeMessaging", "notifications", "downloads", "contextMenus" ], "optional_permissions": [ "*:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "config.js", "termlib_parser.js", "background.js" ] }, "browser_action": [], "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm", "options_ui": { "page": "data\/options\/index.html", "chrome_style": true, "open_in_tab": true }, "web_accessible_resources": [ "data\/grab\/index.html" ] } |