Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.0", "action": { "default_title": "Download Images", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "downloads", "scripting" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "name_original": "Download All Images", "description_original": "Select images on the current page and download them in a ZIP.", "default_locale": "en", "homepage_url": "https:\/\/download-all-images.pdfwork.com" }