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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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