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 Downloader", "description": "Find and download all the images on the page or download the image data in json format", "version": "0.0.0.1", "permissions": [ "scripting", "downloads", "activeTab" ], "action": { "default_popup": "index.html", "default_icon": "ExtensionLogo.png" } }