Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

What is Show YouTube Video Upload Date?

Show YouTube Video Upload Date is a Chrome extension developed by Soulbot Software, and its main feature is "Show video upload dates on the YouTube video page.".

Extension Screenshots

screenshot
screenshot

Download Show YouTube Video Upload Date Extension CRX File

Download Show YouTube Video Upload Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Official URL https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Description Show video upload dates on the YouTube video page.
File Size 9.85 KB
Installation Count 20,000
Current Version 3.4
Last Updated 2024-03-01
Publish Date 2022-03-06
Rating 4.10/5 Total 96 Ratings
Developer Soulbot Software
Email [email protected]
Payment Type free
Extension Website https://github.com/stevedecoded/youtube-upload-date
Supported Languages 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"
}