Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Show YouTube Video Upload Dateとは何ですか?

Show YouTube Video Upload DateはSoulbot Softwareによって開発されたChromeの拡張機能で、その主な機能は「Show video upload dates on the YouTube video page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Show YouTube Video Upload Date拡張機能のCRXファイルをダウンロード

Show YouTube Video Upload Date拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show the full date that the video was uploaded on the YouTube video page, instead of "1 year ago", "2 weeks ago", etc. Also includes dates for videos in the sidebar.

When submitting support requests please provide YouTube URL, OS (Windows/Mac/etc) and screen resolution http://whatismyscreenresolution.net/                    

拡張機能の基本情報

名前 Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
公式URL https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
説明 Show video upload dates on the YouTube video page.
ファイルサイズ 9.85 KB
インストール数 20,000
現在のバージョン 3.4
最終更新日 2024-03-01
公開日 2022-03-06
評価 4.10/5 合計 96 レビュー
開発者 Soulbot Software
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/stevedecoded/youtube-upload-date
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.4",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en"
}