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", "name": "Anywhere Image Downloader", "description": "Anywhere image downloads: Simple, quick, done.", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "action": { "default_icon": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "default_popup": "\/src\/Popup\/index.html" }, "options_page": "\/src\/Options\/index.html", "background": { "service_worker": "\/src\/background\/downloadImages.js" }, "permissions": [ "activeTab", "downloads", "webRequest", "scripting" ], "host_permissions": [ "<all_urls>" ] }