Youtube Shorts to normal Youtube Video

Just transform Youtube Shorts link to a normal video link

ما هو Youtube Shorts to normal Youtube Video؟

Youtube Shorts to normal Youtube Video هو إضافة Chrome تم تطويرها بواسطة 4clem4، والميزة الرئيسية لها هي "Just transform Youtube Shorts link to a normal video link".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Shorts to normal Youtube Video

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

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

                        With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).                    

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

الاسم Youtube Shorts to normal Youtube Video Youtube Shorts to normal Youtube Video
ID cjehamalccdemkfpiidlbgacminjjkop
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop
الوصف Just transform Youtube Shorts link to a normal video link
حجم الملف 11.31 KB
عدد التثبيتات 10
النسخة الحالية 1.0
آخر تحديث 2023-04-10
تاريخ النشر 2023-04-10
المطور 4clem4
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts to normal Youtube Video",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Just transform Youtube Shorts link to a normal video link",
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon_watch.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ]
}