Exact Time Viewer for Instagram
Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Qu'est-ce que Exact Time Viewer for Instagram ?
Exact Time Viewer for Instagram est une extension Chrome développée par Edwin Morris, et sa fonction principale est "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Exact Time Viewer for Instagram
Téléchargez les fichiers d'extension Exact Time Viewer for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Exact Time Viewer for Instagram |
ID | koffnfmgjmoopfgelgbbkjmdnppadlae |
URL Officiel | 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. |
Taille du Fichier | 173 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2021-10-25 |
Date de Publication | 2018-07-20 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | Edwin Morris |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram |
URL de la Page d'Aide | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues |
Langues Prises en Charge | 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" ] } ] } |