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
官方網址 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"
            ]
        }
    ]
}