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是由Edwin Morris开发的Chrome扩展程序,该扩展的主要功能是“Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Exact Time Viewer for Instagram扩展crx文件

下载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"
            ]
        }
    ]
}