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
Eメール [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"
            ]
        }
    ]
}