Bulk Image Downloader - iDownloader

Browse and download images on the web. Save fav image or select all at once to bulk download.

Bulk Image Downloader - iDownloader क्या है?

Bulk Image Downloader - iDownloader One Technology द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse and download images on the web. Save fav image or select all at once to bulk download."।

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

screenshot
screenshot

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

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

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

                        Image Downloader displays a thumbnail of each image found on the page, with the option to download all of them or just a selection. It is convenient to use if you want to download all images, as it only takes two clicks. First, click the extension's icon and then the download button in the pop-up that opens.

Of course, you can right-click on the images you want to download and choose the save option or pull them from your browser cache where they will automatically appear when you view them in your browser. 

Imagine a page with 40 images that you want to download. Instead of right-clicking multiple times, saving an entire page or fetching images from the browser cache, you can use an extension like Image Downloader to speed things up significantly. 

It's much more convenient to use an extension that automates the download process for you! 

What other useful features do the image downloader have?

☑︎ See images that the page contains and links to
☑︎ Filter them by width, height, and URL
☑︎ Optionally show only images from links
☑︎ Select images to download by clicking on the image
☑︎ Use dedicated buttons to open individual images in new tabs
☑︎ Supporting all principal websites (Instagram, Facebook, Twitter, Pinterest) and many more

Privacy Policy:
We do not collect, store, use, transfer or sell your personal information. In addition, we do not monitor your behavior on the Internet, do not monitor your actions and do not collect web pages that you visit.                    

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

नाम Bulk Image Downloader - iDownloader Bulk Image Downloader - iDownloader
ID kagcdbnmmgmecnelmdmocgjkidmebdkm
आधिकारिक URL https://chromewebstore.google.com/detail/bulk-image-downloader-ido/kagcdbnmmgmecnelmdmocgjkidmebdkm
विवरण Browse and download images on the web. Save fav image or select all at once to bulk download.
फ़ाइल का आकार 691 KB
स्थापना संख्या 180
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-08-02
प्रकाशन तिथि 2023-08-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर One Technology
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/avengerprivacypolicy/home
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Bulk Image Downloader - iDownloader",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "downloads",
        "scripting",
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "css": [
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}