Show recently uploaded videos

Save your time by seeing the recently uploaded videos by default on the YouTube home page.

ما هو Show recently uploaded videos؟

Show recently uploaded videos هو إضافة Chrome تم تطويرها بواسطة radosdesign، والميزة الرئيسية لها هي "Save your time by seeing the recently uploaded videos by default on the YouTube home page.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Show recently uploaded videos

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

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

                        This extension will save your time by showing recently uploaded videos by default, when opening the YouTube home page.
Normally you would have to find and click the "Recently uploaded" button manually.                    

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

الاسم Show recently uploaded videos Show recently uploaded videos
ID nenblmphebildgfbldaffhioedlbbmpa
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa
الوصف Save your time by seeing the recently uploaded videos by default on the YouTube home page.
حجم الملف 14.34 KB
عدد التثبيتات 309
النسخة الحالية 1.0.44
آخر تحديث 2022-11-19
تاريخ النشر 2021-01-27
تقييم 3.80/5 مجموع تقييمات 5
المطور radosdesign
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "1.0.44",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_actionDefaultTitle__"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}