Image Downloader - Bulk download images

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

What is Image Downloader - Bulk download images?

Image Downloader - Bulk download images is a Chrome extension developed by Image Downloader, and its main feature is "Browse and download images on the web. Save fav image or select all at once to bulk download.".

Extension Screenshots

screenshot
screenshot

Download Image Downloader - Bulk download images Extension CRX File

Download Image Downloader - Bulk download images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing the ultimate solution for all your image downloading needs - the Image Downloader extension for Google Chrome. This powerful and user-friendly tool allows you to easily download and save images from any website with just a few clicks. Whether you're browsing popular image-sharing platforms such as Instagram, Pinterest or Flickr or stock image sites like Shutterstock or iStock, Image Downloader has got you covered. 

With Image Downloader, you can quickly and efficiently download images in bulk, making it the perfect tool for bloggers, marketers, and anyone who needs to download a large number of images for their work or personal use. Whether you're looking for stock photos, product images, or simply want to save your favorite pictures from the internet, Image Downloader has got you covered.

The extension features a sleek and intuitive interface that makes it easy to navigate and use, even for those who are not tech-savvy. You can quickly filter and search for images based on size, format, and resolution, and even set up custom download folders to keep your images organized.

One of the key features of the Image Downloader is its ability to automatically detect and download all images on a page, saving you time and effort. This is particularly useful when you need to download a large number of images from a single website, such as a stock photo site or a social media platform like Instagram, Pinterest, or Flickr.

In addition, the extension also allows you to download the images in their original format without any conversion.

Overall, the Image Downloader is the ultimate tool for anyone who needs to download and save images from the internet. Whether you're a blogger, marketer, or just someone who loves saving pictures, this extension is a must-have for your Google Chrome browser.                    

Extension Basic Information

Name Image Downloader - Bulk download images Image Downloader - Bulk download images
ID klmiibolojjndggdnjnjggmgimlcalch
Official URL https://chrome.google.com/webstore/detail/image-downloader-bulk-dow/klmiibolojjndggdnjnjggmgimlcalch
Description Browse and download images on the web. Save fav image or select all at once to bulk download.
File Size 688 KB
Installation Count 2,607,849
Current Version 0.1.6
Last Updated 2023-01-31
Publish Date 2022-01-08
Rating 4.67/5 Total 360 Ratings
Developer Image Downloader
Email [email protected]
Payment Type free
Privacy Policy Page URL https://imagedownloaderapp.com/privacy_policy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content-sidebar.css",
                "css\/chunk-common.css",
                "css\/sidebar.css"
            ],
            "js": [
                "js\/content-sidebar.js",
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/sidebar.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/images-observer.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/image-overlay.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/bulk-image-downloader\/klmiibolojjndggdnjnjggmgimlcalch\/reviews",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "",
        "downloads",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6"
}