WebExtension.net
WebExtension.net

EXIF Viewer Classic

View on Chrome Web Store
View EXIF Viewer Classic Chrome Extension on Chrome Web Store
3.5 (645 ratings)

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

Quickly access EXIF data of your photos
Type
Extension
Users
100,000 users
Rodrigue
View author page of Rodrigue
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 11, 2010
Version 3.0.1
Manifest version
3
Updated
Updated on May 31, 2024
View on Chrome Web Store
View EXIF Viewer Classic Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EXIF Viewer Classic",
    "version": "3.0.1",
    "description": "Quickly access EXIF data of your photos",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "EXIF Viewer - Browser photos and get its EXIF data"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/exifviewerui.css",
                "styles\/notif.css"
            ],
            "js": [
                "libs\/jquery.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "scripts\/shared.js",
                "scripts\/index.js",
                "scripts\/common.js",
                "scripts\/exifservice.js"
            ]
        }
    ]
}
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