YouTube Upload Time

Know exactly when a video was uploaded.

ما هو YouTube Upload Time؟

YouTube Upload Time هو إضافة Chrome تم تطويرها بواسطة Beren، والميزة الرئيسية لها هي "Know exactly when a video was uploaded.".

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

screenshot

تحميل ملف CRX للإضافة YouTube Upload Time

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

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

                        Ever asked yourself exactly when a video was uploaded? Do you want to know more about YouTube and its history? Do you spend lots of time watching videos? 
If the answer to any of those questions is yes, you should consider installing YouTube Upload Time.

This extension uses the Google API to know exactly when any video was uploaded. When you are watching, simply click on the extension's icon and the exact time and date will be displayed to you.

Privacy policy: https://legal.beren.dev/youtube.html                    

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

الاسم YouTube Upload Time YouTube Upload Time
ID nenoecmaibjcahoahnmeinahlapheblg
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-upload-time/nenoecmaibjcahoahnmeinahlapheblg
الوصف Know exactly when a video was uploaded.
حجم الملف 148 KB
عدد التثبيتات 34,980
النسخة الحالية 1.3
آخر تحديث 2022-10-10
تاريخ النشر 2020-09-27
تقييم 4.43/5 مجموع تقييمات 35
المطور Beren
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Upload Time",
    "version": "1.3",
    "description": "Know exactly when a video was uploaded.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/youdate.beren.dev\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/youdate_16.png",
            "32": "images\/youdate_32.png",
            "48": "images\/youdate_48.png",
            "128": "images\/youdate_128.png"
        }
    },
    "icons": {
        "16": "images\/youdate_16.png",
        "32": "images\/youdate_32.png",
        "48": "images\/youdate_48.png",
        "128": "images\/youdate_128.png"
    },
    "manifest_version": 3
}