Delta Download Manager

The most sophisticated download manager for your browser

ما هو Delta Download Manager؟

Delta Download Manager هو إضافة Chrome تم تطويرها بواسطة Fabio Sabbion، والميزة الرئيسية لها هي "The most sophisticated download manager for your browser".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Delta Download Manager

قم بتنزيل ملفات الامتداد Delta Download Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Delta automatically redirects downloaded files in a specific folder based on rules you define.
You won't need to choose download destination folders anymore!

Features:
 - Domain & URL Mapping: download's redirection based on website domain or URL
 - Default domain mapping: automatically creates a new folder named as the domain if none of the domain rules math
- URL mapping mode: choose whether to map only a specific URL or also its subURLs
 - Filetype Mapping: download's redirection based on filetype
 - Options page: view, edit, and remove rules
 - Change the priority of your rules                    

معلومات أساسية عن التمديد

الاسم Delta Download Manager Delta Download Manager
ID dnlggkelkiidpfbeneeelojappljaegn
عنوان URL الرسمي https://chromewebstore.google.com/detail/delta-download-manager/dnlggkelkiidpfbeneeelojappljaegn
الوصف The most sophisticated download manager for your browser
حجم الملف 895 KB
عدد التثبيتات 49
النسخة الحالية 1.3.0
آخر تحديث 2022-02-04
تاريخ النشر 2021-11-27
تقييم 3.00/5 مجموع تقييمات 2
المطور Fabio Sabbion
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Delta Download Manager",
    "version": "1.3.0",
    "description": " The most sophisticated download manager for your browser",
    "icons": {
        "32": "icons\/delta_32.png",
        "128": "icons\/delta_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Delta Download Manager"
    }
}