Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Wat is Show YouTube Video Upload Date?

Show YouTube Video Upload Date is een Chrome-extensie ontwikkeld door Soulbot Software, en de belangrijkste functie is "Show video upload dates on the YouTube video page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show YouTube Video Upload Date

Download Show YouTube Video Upload Date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Officiële URL https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Beschrijving Show video upload dates on the YouTube video page.
Bestandsgrootte 9.85 KB
Aantal Installaties 20,000
Huidige Versie 3.4
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2022-03-06
Beoordeling 4.10/5 Totaal 96 Beoordelingen
Ontwikkelaar Soulbot Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/stevedecoded/youtube-upload-date
Ondersteunde Talen 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"
}