WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk Image Downloader From Url List

Bulk Image Downloader From Url List

View on Chrome Web Store
View Bulk Image Downloader From Url List Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (113 ratings)
1 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Chrome extension to bulk download images from a list of image URLs. Schedule downloads, filter by image type, save in folder, etc.
Type
Extension
Users
10,000 users
danstanongubo
View author page of danstanongubo
Published
Published on September 11, 2023
Version 3.0
Manifest version
3
Updated
Updated on June 3, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bulk Image Downloader From Url List Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Image Downloader From Url List",
    "version": "3.0",
    "description": "A Chrome extension to bulk download images from a list of image URLs. Schedule downloads, filter by image type, save in folder, etc.",
    "permissions": [
        "downloads",
        "storage",
        "alarms",
        "cookies",
        "sidePanel",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/bulkimagedownloaderurllist.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon.jpg"
        }
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "icons": {
        "128": "images\/icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "sidepanel.js"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "redirection\/redirect-checker.html",
                "redirection\/redirect-checker.js",
                "sidepanel.html",
                "sidepanel.js",
                "dist\/jszip.min.js",
                "dist\/image-conversion.js",
                "dist\/jquery.watermark.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top