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": "Images Pro Downloader", "version": "1.8", "description": "Images Pro Downloader", "icons": { "16": "public\/img\/16.png", "32": "public\/img\/32.png", "48": "public\/img\/48.png", "64": "public\/img\/64.png", "128": "public\/img\/128.png" }, "permissions": [ "storage", "downloads" ], "action": { "default_title": "Images Pro Downloader", "default_popup": "public\/index.html", "default_icon": { "16": "public\/img\/16.png", "32": "public\/img\/32.png", "48": "public\/img\/48.png", "64": "public\/img\/64.png", "128": "public\/img\/128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "public\/instructions.gif" ], "matches": [ "<all_urls>" ], "use_dynamic_url": true } ] }