Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Image Extractor", "version": "1.4.0", "description": "Scan webpages and bulk download images. Optimized for scan speed, finding image variants, save as zip and many other features...", "permissions": [ "contextMenus", "activeTab", "tabs", "downloads", "scripting", "sidePanel", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "file:\/\/*", "chrome:\/\/*", "chrome-extension:\/\/*", "about:*" ], "js": [ "lib\/jszip.min.js", "lib\/html2canvas.min.js", "lib\/rxjs.umd.min.js", "content.js" ] } ], "icons": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "38": "\/icons\/icon38.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }