Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Vad är Show YouTube Video Upload Date?

Show YouTube Video Upload Date är en Chrome-tillägg utvecklad av Soulbot Software, och dess huvudfunktion är "Show video upload dates on the YouTube video page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Show YouTube Video Upload Date-förlängningens CRX-fil

Ladda ner Show YouTube Video Upload Date-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Officiell webbadress https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Beskrivning Show video upload dates on the YouTube video page.
Filstorlek 9.85 KB
Antal Installationer 20,000
Aktuell Version 3.4
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2022-03-06
Betyg 4.10/5 Totalt 96 Betyg
Utvecklare Soulbot Software
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/stevedecoded/youtube-upload-date
Stödda Språk 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"
}