Exact Time Viewer for Instagram

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

Wat is Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram is een Chrome-extensie ontwikkeld door Edwin Morris, en de belangrijkste functie is "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Exact Time Viewer for Instagram

Download Exact Time Viewer for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Officiële URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Beschrijving Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Bestandsgrootte 173 KB
Aantal Installaties 8,000
Huidige Versie 0.0.2
Laatst Bijgewerkt 2021-10-25
Publicatiedatum 2018-07-20
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Edwin Morris
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
Help Pagina-URL https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}