YouTube Upload Time
Know exactly when a video was uploaded.
YouTube Upload Timeคืออะไร?
YouTube Upload Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beren และคุณลักษณะหลักของมันคือ "Know exactly when a video was uploaded."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Upload Time
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |