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.”。
擴展截圖
下載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 |
ID | nenoecmaibjcahoahnmeinahlapheblg |
官方網址 | 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 } |