Multi-File Downloader

Easily and quickly download multiple files from websites.

Multi-File Downloader क्या है?

Multi-File Downloader Brett Doyle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily and quickly download multiple files from websites."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Multi-File Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly and easily search and download files linked in websites.
Click the extension button (on the Chrome toolbar), filter results to only include files you want, and then download them all!

Files of any type can be found and downloaded. Any link with a valid file URL or download information will be scanned, and you can also find images and videos displayed in sites.
The resulting file list can be filtered to include or exclude files based on each URL, file name, or type.
Individual files can be downloaded on their own, or all the enabled files downlaoded at once.
Downloads can be automatically placed in a sub-folder of Chrome's downloads directory and given a custom name.


View on Github: github.com/brttd/multi-file-downloader                    

एक्सटेंशन की मूल जानकारी

नाम Multi-File Downloader Multi-File Downloader
ID dpecplbkinpdbedgejddhepkgcppgchk
आधिकारिक URL https://chromewebstore.google.com/detail/multi-file-downloader/dpecplbkinpdbedgejddhepkgcppgchk
विवरण Easily and quickly download multiple files from websites.
फ़ाइल का आकार 27.99 KB
स्थापना संख्या 48,430
वर्तमान संस्करण 2.3
अंतिम अपडेट 2019-09-08
प्रकाशन तिथि 2019-09-07
रेटिंग 3.96/5 कुल 114 रेटिंग्स
डेवलपर Brett Doyle
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi-File Downloader",
    "version": "2.3",
    "author": "Brett Doyle",
    "description": "Easily and quickly download multiple files from websites.",
    "permissions": [
        "downloads",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Downloader"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "80": "icon80.png",
        "128": "icon128.png"
    }
}