Exact Time Viewer for Instagram
Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Was ist Exact Time Viewer for Instagram?
Exact Time Viewer for Instagram ist eine Chrome-Erweiterung, die von Edwin Morris entwickelt wurde, und ihr Hauptmerkmal ist "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".
Erweiterungsscreenshots
Exact Time Viewer for Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Exact Time Viewer for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Exact Time Viewer for Instagram |
ID | koffnfmgjmoopfgelgbbkjmdnppadlae |
Offizielle URL | https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae |
Beschreibung | Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago. |
Dateigröße | 173 KB |
Installationsanzahl | 8,000 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-10-25 |
Veröffentlichungsdatum | 2018-07-20 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | Edwin Morris |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram |
Hilfeseite URL | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues |
Unterstützte Sprachen | 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" ] } ] } |