Exact Time Viewer for Instagram

Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.

Co to jest Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram to rozszerzenie Chrome opracowane przez Edwin Morris, a jego główną funkcją jest „Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Exact Time Viewer for Instagram

Pobierz pliki rozszerzeń Exact Time Viewer for Instagram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Oficjalny URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Opis Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Rozmiar pliku 173 KB
Liczba instalacji 8,000
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-10-25
Data Publikacji 2018-07-20
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper Edwin Morris
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
Adres URL Strony Pomocy https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}