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", "manifest_version": 3, "name": "Enhanced Image Viewer", "description": "Better Chrome image viewing experience", "version": "5.10", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "storage", "webNavigation", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "content.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/*" ], "css": [ "embedded-enhance.css" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true } }