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 je Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram je rozšíření Chrome vyvinuté Edwin Morris, a jeho hlavní funkcí je „Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Exact Time Viewer for Instagram

Stáhněte si soubory rozšíření Exact Time Viewer for Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Oficiální URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Popis Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Velikost souboru 173 KB
Počet instalací 8,000
Aktuální Verze 0.0.2
Poslední Aktualizace 2021-10-25
Datum Vydání 2018-07-20
Hodnocení 4.63/5 Celkem 8 Hodnocení
Vývojář Edwin Morris
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
URL Stránky Nápovědy https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Podporované Jazyky 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"
            ]
        }
    ]
}