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
Eメール [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
}