Delta Download Manager

The most sophisticated download manager for your browser

Delta Download Manager क्या है?

Delta Download Manager Fabio Sabbion द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most sophisticated download manager for your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Delta Download Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}