Bulk Image Downloader

Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.

What is Bulk Image Downloader?

Bulk Image Downloader is a Chrome extension developed by frank.shockley, and its main feature is "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bulk Image Downloader Extension CRX File

Download Bulk Image Downloader 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

                        --- Features ---
- Filter based on pixel width and height
- Filter based on URL
- Bulk download all images at once
- Select which images you want to download
- Check the size of each image
- Copy the URL of the original image
- Choose between various layout options
- Support all major websites
- Perform a reverse image search

The Image Downloader is a utility designed to locate images featured on a webpage. It's crucial to recognize that these images might be safeguarded by copyright, and it's advisable to presume that they are. Prior to utilizing any image, it's essential to verify its license and the precise conditions for reuse. Always conduct thorough research on the copyright status of an image, illustration, or photograph before using it.                    

Extension Basic Information

Name Bulk Image Downloader Bulk Image Downloader
ID ehkllobjkjjlggbmkcjkbojhicefhnhg
Official URL https://chromewebstore.google.com/detail/bulk-image-downloader/ehkllobjkjjlggbmkcjkbojhicefhnhg
Description Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.
File Size 142 KB
Installation Count 1,736
Current Version 2.2.1
Last Updated 2024-01-22
Publish Date 2023-12-11
Rating 4.26/5 Total 19 Ratings
Developer frank.shockley
Email [email protected]
Payment Type free
Extension Website https://freemp3downloads.online
Help Page URL https://freemp3downloads.online/faq
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Discover, explore, and retrieve all images from a webpage. Additionally, perform bulk downloads based on specified image filters.",
    "version": "2.2.1",
    "manifest_version": 3,
    "name": "Bulk Image Downloader",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "logo.png"
            ],
            "matches": []
        }
    ]
}