WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
IDM Download Manager

IDM Download Manager

View on Chrome Web Store
View IDM Download Manager Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (30 ratings)
1 new ratings
64 views
This extension has been viewed 64 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.

Click once to download all images on a webpage with the Image Download Manager Extension.
Type
Extension
Users
50,000 users
5K
IDM [Innovative Digital Minds]
View author page of IDM [Innovative Digital Minds]
Published
Published on July 22, 2025
Version 2.1.0
Manifest version
3
Updated
Updated on February 20, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View IDM Download Manager 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": "IDM Download Manager",
    "description": "Click once to download all images on a webpage with the Image Download Manager Extension.",
    "version": "2.1.0",
    "permissions": [
        "downloads",
        "storage",
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "IDM Download Manager",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}
© 2026 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