WebExtension.net
WebExtension.net

EXIF Viewer Pro

View on Chrome Web Store
View EXIF Viewer Pro Chrome Extension on Chrome Web Store
3.4 (465 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Quick access to EXIF data of any image you view
Type
Extension
Users
80,000 users
Website exifviewers.com
QRExt
View author page of QRExt
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 14, 2013
Version 3.0
Manifest version
3
Updated
Updated on June 2, 2024
View on Chrome Web Store
View EXIF Viewer Pro Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top