YouTube Upload Time

Know exactly when a video was uploaded.

什么是YouTube Upload Time?

YouTube Upload Time是由Beren开发的Chrome扩展程序,该扩展的主要功能是“Know exactly when a video was uploaded.”。

扩展截图

screenshot

下载YouTube Upload Time扩展crx文件

下载YouTube Upload Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Ever asked yourself exactly when a video was uploaded? Do you want to know more about YouTube and its history? Do you spend lots of time watching videos? 
If the answer to any of those questions is yes, you should consider installing YouTube Upload Time.

This extension uses the Google API to know exactly when any video was uploaded. When you are watching, simply click on the extension's icon and the exact time and date will be displayed to you.

Privacy policy: https://legal.beren.dev/youtube.html                    

扩展基本信息

名称 YouTube Upload Time YouTube Upload Time
ID nenoecmaibjcahoahnmeinahlapheblg
官方URL https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg
简介 Know exactly when a video was uploaded.
文件大小 148 KB
安装次数 34,980
当前版本 1.3
更新时间 2022-10-10
上架时间 2020-09-27
评分 4.43/5 共35次评分
开发者 Beren
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Upload Time",
    "version": "1.3",
    "description": "Know exactly when a video was uploaded.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/youdate.beren.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/youdate_16.png",
            "32": "images\/youdate_32.png",
            "48": "images\/youdate_48.png",
            "128": "images\/youdate_128.png"
        }
    },
    "icons": {
        "16": "images\/youdate_16.png",
        "32": "images\/youdate_32.png",
        "48": "images\/youdate_48.png",
        "128": "images\/youdate_128.png"
    },
    "manifest_version": 3
}