WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk: Image Downloader

Bulk: Image Downloader

View on Chrome Web Store
View Bulk: Image Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
8 views
This extension has been viewed 8 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.

Download images in bulk from Instagram, Reddit, and other websites.
Type
Extension
Users
164 users
5
Website curlydoggo.com
Curly Doggo Limited
View author page of Curly Doggo Limited
Published
Published on February 25, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on March 12, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Bulk: Image Downloader 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",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.3",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "background": {
        "service_worker": "\/src\/background\/serviceWorker.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/Popup\/sendImages.js"
            ]
        }
    ]
}
© 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