WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Downloader Pro Tool

Image Downloader Pro Tool

View on Chrome Web Store
View Image Downloader Pro Tool Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (19 ratings)
1 new ratings
10 views
This extension has been viewed 10 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 all images from any website in one click. Fast, easy, and bulk image downloader for Chrome.
Type
Extension
Users
10,000 users
1K
conc****************************
View author page of conc****************************
Published
Published on May 18, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on May 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Image Downloader Pro Tool 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": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "permissions": [
        "storage",
        "scripting",
        "downloads",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "logos\/16x16.png",
        "32": "logos\/32x32.png",
        "64": "logos\/64x64.png",
        "128": "logos\/128x128.png"
    },
    "action": {
        "default_popup": "layouts\/popup.html",
        "default_icon": "\/logos\/128x128.png"
    }
}
© 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