YouTube Upload Time

Know exactly when a video was uploaded.

YouTube Upload Time là gì?

YouTube Upload Time là một tiện ích mở rộng Chrome được phát triển bởi Beren, và tính năng chính của nó là "Know exactly when a video was uploaded.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Upload Time

Tải xuống các tệp mở rộng YouTube Upload Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Upload Time YouTube Upload Time
ID nenoecmaibjcahoahnmeinahlapheblg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg
Mô tả Know exactly when a video was uploaded.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 34,980
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2020-09-27
Đánh Giá 4.43/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Beren
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}