Exact Time Viewer for Instagram

Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.

What is Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram is a Chrome extension developed by Edwin Morris, and its main feature is "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Exact Time Viewer for Instagram Extension CRX File

Download Exact Time Viewer for Instagram 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

                        Hover over any date or time on Instagram to transform it into an exact date and time, in your own time zone. Instagram will show "June 4, 2018" or "1 day ago",  but never the exact time.

This is an open-source project on GitHub:
https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram                    

Extension Basic Information

Name Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Official URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Description Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
File Size 173 KB
Installation Count 8,000
Current Version 0.0.2
Last Updated 2021-10-25
Publish Date 2018-07-20
Rating 4.63/5 Total 8 Ratings
Developer Edwin Morris
Email [email protected]
Payment Type free
Extension Website https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
Help Page URL https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time Viewer for Instagram",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.",
    "version": "0.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}