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": "EXIF Viewer Pro", "short_name": "EXIF Viewer Pro", "description": "Quick access to EXIF data of any image you view", "version": "3.0", "manifest_version": 3, "default_locale": "en", "permissions": [ "contextMenus", "unlimitedStorage", "storage", "offscreen" ], "icons": { "16": "img\/camera_blue-16.png", "48": "img\/camera_blue-48.png", "128": "img\/camera_blue-128.png" }, "action": { "default_icon": "img\/camera_blue-128.png" }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/bootcontent.js" ], "exclude_matches": [ "*:\/\/docs.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/*.google.com\/reader\/*", "*:\/\/play.google.com\/*", "*:\/\/stackedit.io\/*", "*:\/\/*\/*.pdf", "*:\/\/paypal.com\/*", "*:\/\/plugshare.com\/*" ], "run_at": "document_end", "css": [ "css\/dark-hive\/jquery-ui-1.8.6.custom.css", "css\/base.css" ] } ], "background": { "service_worker": "service_worker.js", "type": "module" }, "options_page": "options.html", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "libs\/*", "scripts\/shared.js", "scripts\/content.js", "scripts\/common.js", "scripts\/exifservice.js", "scripts\/attributes.js", "scripts\/jquery.exif.js", "scripts\/jquery.histogram.js", "css\/*", "css\/dark-hive\/images\/*", "img\/*", "camera_blue-16.png", "css\/dark-hive\/jquery-ui-1.8.6.custom.css", "css\/base.css", "*.html" ] } ] }