Download by Internet Download Manager
Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support
ما هو Download by Internet Download Manager؟
Download by Internet Download Manager هو إضافة Chrome تم تطويرها بواسطة emano.waldeck، والميزة الرئيسية لها هي "Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download by Internet Download Manager
قم بتنزيل ملفات الامتداد Download by Internet Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | lgbipmmmnjifkiiikaffhceflifbmhib |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/download-by-internet-down/lgbipmmmnjifkiiikaffhceflifbmhib |
الوصف | Use Internet Download Manager or another external download manager to get large files with pause, resume, and schedule support |
حجم الملف | 93.6 KB |
عدد التثبيتات | 60,668 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2021-05-20 |
تاريخ النشر | 2018-10-07 |
تقييم | 4.03/5 مجموع تقييمات 135 |
المطور | emano.waldeck |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Emano-Waldeck/download-by/ |
عنوان صفحة المساعدة | https://github.com/Emano-Waldeck/download-by/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.4", "name": "Download by Internet Download Manager", "description": "__MSG_description__", "default_locale": "en", "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", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "homepage_url": "https:\/\/add0n.com\/download-by.html?from=idm", "permissions": [ "storage", "notifications", "webRequest", "webRequestBlocking", "nativeMessaging", "contextMenus", "downloads", "*:\/\/*\/*" ], "background": { "scripts": [ "webext.js", "termlib_parser.js", "config.js", "background.js" ] }, "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |