Exact Time Viewer for Instagram
Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Apa itu Exact Time Viewer for Instagram?
Exact Time Viewer for Instagram adalah ekstensi Chrome yang dikembangkan oleh Edwin Morris, dan fitur utamanya adalah "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Exact Time Viewer for Instagram
Unduh file ekstensi Exact Time Viewer for Instagram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Exact Time Viewer for Instagram |
ID | koffnfmgjmoopfgelgbbkjmdnppadlae |
URL Resmi | https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae |
Deskripsi | Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago. |
Ukuran File | 173 KB |
Jumlah Instalasi | 8,000 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2021-10-25 |
Tanggal Publikasi | 2018-07-20 |
Penilaian | 4.63/5 Total 8 Penilaian |
Pengembang | Edwin Morris |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram |
URL Halaman Bantuan | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues |
Bahasa yang Didukung | 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" ] } ] } |