Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Hvad er Show YouTube Video Upload Date?

Show YouTube Video Upload Date er en Chrome-udvidelse udviklet af Soulbot Software, og dens hovedfunktion er "Show video upload dates on the YouTube video page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Show YouTube Video Upload Date-udvidelses-CRX-fil

Download Show YouTube Video Upload Date-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Officiel URL https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Beskrivelse Show video upload dates on the YouTube video page.
Filstørrelse 9.85 KB
Antal Installationer 20,000
Nuværende Version 3.4
Senest Opdateret 2024-03-01
Udgivelsesdato 2022-03-06
Bedømmelse 4.10/5 Samlet 96 Bedømmelser
Udvikler Soulbot Software
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/stevedecoded/youtube-upload-date
Understøttede Sprog 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"
}