YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

ما هو YouTube Shorts to Normal Video Extension؟

YouTube Shorts to Normal Video Extension هو إضافة Chrome تم تطويرها بواسطة 0dgkim، والميزة الرئيسية لها هي "Automatically Converts YouTube Shorts to Regular Video User Interface".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Shorts to Normal Video Extension

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

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

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

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

الاسم YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
الوصف Automatically Converts YouTube Shorts to Regular Video User Interface
حجم الملف 5.34 KB
عدد التثبيتات 3,896
النسخة الحالية 1.2
آخر تحديث 2023-06-13
تاريخ النشر 2022-10-15
تقييم 4.55/5 مجموع تقييمات 22
المطور 0dgkim
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}