Exponator Live!

Display EXIF overlay on images. Again!

What is Exponator Live!?

Exponator Live! is a Chrome extension developed by Albert Valitov, and its main feature is "Display EXIF overlay on images. Again!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Exponator Live! Extension CRX File

Download Exponator Live! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is good old Exponator by 3fonov but support for new releases of Google Chrome.                    

Extension Basic Information

Name Exponator Live! Exponator Live!
ID kbnckhjhgepdfhgnklcffikhfndhfgfc
Official URL https://chromewebstore.google.com/detail/exponator-live/kbnckhjhgepdfhgnklcffikhfndhfgfc
Description Display EXIF overlay on images. Again!
File Size 39.44 KB
Installation Count 4,592
Current Version 1.0
Last Updated 2018-08-22
Publish Date 2018-08-22
Rating 4.80/5 Total 5 Ratings
Developer Albert Valitov
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "EXIF.js",
                "js.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Display EXIF overlay on images. Again!",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Exponator Live!",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}