WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Downloader – Bulk Save, Filter by Size & Ratio

Image Downloader – Bulk Save, Filter by Size & Ratio

View on Chrome Web Store
View Image Downloader – Bulk Save, Filter by Size & Ratio Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 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 and save all images from any website in one click. Filter by size, type, or aspect ratio — fast, private, and ad-free.
Type
Extension
Users
20 users
1
vuong0303
View author page of vuong0303
Published
Published on October 11, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on November 9, 2025
lifestyle/art
Extension Category
View on Chrome Web Store
View Image Downloader – Bulk Save, Filter by Size & Ratio 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": "Image Downloader \u2013 Bulk Save, Filter by Size & Ratio",
    "version": "1.0.3",
    "description": "Download and save all images from any website in one click. Filter by size, type, or aspect ratio \u2014 fast, private, and ad-free.",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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