Exact Time Viewer for Instagram

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

O que é Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram é uma extensão do Chrome desenvolvida por Edwin Morris, e sua principal característica é "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Exact Time Viewer for Instagram

Baixe arquivos de extensão Exact Time Viewer for Instagram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
URL Oficial https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Descrição Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Tamanho do Arquivo 173 KB
Contagem de Instalações 8,000
Versão Atual 0.0.2
Última Atualização 2021-10-25
Data de Publicação 2018-07-20
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor Edwin Morris
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
URL da Página de Ajuda https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Idiomas Suportados 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"
            ]
        }
    ]
}