Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

ما هو Show YouTube Video Upload Date؟

Show YouTube Video Upload Date هو إضافة Chrome تم تطويرها بواسطة Soulbot Software، والميزة الرئيسية لها هي "Show video upload dates on the YouTube video page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Show YouTube Video Upload Date

قم بتنزيل ملفات الامتداد Show YouTube Video Upload Date بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
الوصف Show video upload dates on the YouTube video page.
حجم الملف 9.85 KB
عدد التثبيتات 20,000
النسخة الحالية 3.4
آخر تحديث 2024-03-01
تاريخ النشر 2022-03-06
تقييم 4.10/5 مجموع تقييمات 96
المطور Soulbot Software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/stevedecoded/youtube-upload-date
اللغات المدعومة 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"
}