Redirect Shorts

Redirects youtube shorts to the normal player

ما هو Redirect Shorts؟

Redirect Shorts هو إضافة Chrome تم تطويرها بواسطة manas.bejj، والميزة الرئيسية لها هي "Redirects youtube shorts to the normal player".

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

screenshot

تحميل ملف CRX للإضافة Redirect Shorts

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

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

                        This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer.                    

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

الاسم Redirect Shorts Redirect Shorts
ID lncinpfgcgmphkebnbfpogkgiaadphpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi
الوصف Redirects youtube shorts to the normal player
حجم الملف 32.03 KB
عدد التثبيتات 2,945
النسخة الحالية 1.0
آخر تحديث 2022-03-03
تاريخ النشر 2022-03-03
تقييم 4.32/5 مجموع تقييمات 28
المطور manas.bejj
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect Shorts",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Redirects youtube shorts to the normal player",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "yt.js"
            ],
            "run_at": "document_start"
        }
    ]
}