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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |