Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Photo Zoom Plus", "description": "Zoom on every picture you can find. It free, fast and safe", "version": "3.0.1", "manifest_version": 3, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/icon48.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-3041b2d1.js" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/icon16.png", "img\/icon32.png", "img\/icon48.png", "img\/icon128.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/chunk-8929a91f.js", "assets\/chunk-809c3ef2.js" ], "use_dynamic_url": true } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ "<all_urls>" ] }