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
官方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"
}