Exact Time Viewer for Instagram

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

Vad är Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram är en Chrome-tillägg utvecklad av Edwin Morris, och dess huvudfunktion är "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Exact Time Viewer for Instagram-förlängningens CRX-fil

Ladda ner Exact Time Viewer for Instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Officiell webbadress https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Beskrivning Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Filstorlek 173 KB
Antal Installationer 8,000
Aktuell Version 0.0.2
Senast Uppdaterad 2021-10-25
Publiceringsdatum 2018-07-20
Betyg 4.63/5 Totalt 8 Betyg
Utvecklare Edwin Morris
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
Hjälpsida URL https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Stödda Språk 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"
            ]
        }
    ]
}