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