Exact Time Viewer for Instagram

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

Что такое Exact Time Viewer for Instagram?

Exact Time Viewer for Instagram - это расширение Chrome, разработанное Edwin Morris, и его основная функция - "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Exact Time Viewer for Instagram

Скачайте файлы расширений Exact Time Viewer for Instagram в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Exact Time Viewer for Instagram Exact Time Viewer for Instagram
ID koffnfmgjmoopfgelgbbkjmdnppadlae
Официальный URL https://chromewebstore.google.com/detail/exact-time-viewer-for-ins/koffnfmgjmoopfgelgbbkjmdnppadlae
Описание Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.
Размер файла 173 KB
Количество установок 8,000
Текущая Версия 0.0.2
Последнее Обновление 2021-10-25
Дата публикации 2018-07-20
Рейтинг 4.63/5 Всего 8 оценок
Разработчик Edwin Morris
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram
URL страницы помощи https://github.com/ehmorris/Exact-Time-Viewer-For-Instagram/issues
Поддерживаемые языки 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"
            ]
        }
    ]
}