Exact Time Viewer for Instagram
Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Hvad er Exact Time Viewer for Instagram?
Exact Time Viewer for Instagram er en Chrome-udvidelse udviklet af Edwin Morris, og dens hovedfunktion er "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".
Udvidelsesskærmbilleder
Download Exact Time Viewer for Instagram-udvidelses-CRX-fil
Download Exact Time Viewer for Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Exact Time Viewer for Instagram |
ID | koffnfmgjmoopfgelgbbkjmdnppadlae |
Officiel URL | https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae |
Beskrivelse | Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago. |
Filstørrelse | 173 KB |
Antal Installationer | 8,000 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2021-10-25 |
Udgivelsesdato | 2018-07-20 |
Bedømmelse | 4.63/5 Samlet 8 Bedømmelser |
Udvikler | Edwin Morris |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram |
Hjælpeside-URL | https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues |
Understøttede Sprog | 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" ] } ] } |