WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Image Downloader - Image Search

Image Downloader - Image Search

View on Chrome Web Store
4.5 (617 ratings)
1 new ratings
14 views

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

Image downloader free, multiple image formats. Image search, filter by size and bulk image downloader.
Type
Extension
Users
400,000 users
100K
Image Downloader
Featured Extension

Hand-picked for quality and usefulness

Published
Version 0.1.10
Manifest version
3
Updated
lifestyle/art
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.1.10",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "downloads",
        "webRequest",
        "declarativeNetRequest",
        "sidePanel"
    ],
    "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\/16.png",
        "19": "\/logos\/19.png",
        "38": "\/logos\/38.png",
        "48": "\/logos\/48.png",
        "128": "\/logos\/128.png"
    },
    "action": {
        "default_popup": "layouts\/popup.html",
        "default_icon": "\/logos\/128.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.