Exact Time Viewer for Instagram
Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Cos'è Exact Time Viewer for Instagram?
Exact Time Viewer for Instagram è un'estensione di Chrome sviluppata da Edwin Morris, e la sua funzione principale è "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Exact Time Viewer for Instagram
Scarica i file di estensione Exact Time Viewer for Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Exact Time Viewer for Instagram |
ID | koffnfmgjmoopfgelgbbkjmdnppadlae |
URL Ufficiale | https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae |
Descrizione | Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago. |
Dimensione del File | 173 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-10-25 |
Data di Pubblicazione | 2018-07-20 |
Valutazione | 4.63/5 Totale 8 Valutazioni |
Sviluppatore | Edwin Morris |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram |
URL della Pagina di Aiuto | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues |
Lingue Supportate | 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" ] } ] } |