Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Show YouTube Video Upload Dateคืออะไร?

Show YouTube Video Upload Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Soulbot Software และคุณลักษณะหลักของมันคือ "Show video upload dates on the YouTube video page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show YouTube Video Upload Date

ดาวน์โหลดไฟล์ส่วนขยาย Show YouTube Video Upload Date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Show the full date that the video was uploaded on the YouTube video page, instead of "1 year ago", "2 weeks ago", etc. Also includes dates for videos in the sidebar.

When submitting support requests please provide YouTube URL, OS (Windows/Mac/etc) and screen resolution http://whatismyscreenresolution.net/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
คำอธิบาย Show video upload dates on the YouTube video page.
ขนาดไฟล์ 9.85 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 3.4
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2022-03-06
คะแนน 4.10/5 รวมทั้งหมด 96 คะแนน
ผู้พัฒนา Soulbot Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/stevedecoded/youtube-upload-date
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.4",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en"
}