Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

什麼是Show YouTube Video Upload Date?

Show YouTube Video Upload Date是由Soulbot Software開發的Chrome擴展程式,該擴展的主要功能是“Show video upload dates on the YouTube video page.”。

擴展截圖

screenshot
screenshot

下載Show YouTube Video Upload Date擴展crx文件

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