Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Apa itu Show YouTube Video Upload Date?

Show YouTube Video Upload Date adalah ekstensi Chrome yang dikembangkan oleh Soulbot Software, dan fitur utamanya adalah "Show video upload dates on the YouTube video page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Show YouTube Video Upload Date

Unduh file ekstensi Show YouTube Video Upload Date dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
URL Resmi https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
Deskripsi Show video upload dates on the YouTube video page.
Ukuran File 9.85 KB
Jumlah Instalasi 20,000
Versi Saat Ini 3.4
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2022-03-06
Penilaian 4.10/5 Total 96 Penilaian
Pengembang Soulbot Software
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/stevedecoded/youtube-upload-date
Bahasa yang Didukung 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"
}