Shorts to Normal player

Redirects youtube shorts to Normal Player

ما هو Shorts to Normal player؟

Shorts to Normal player هو إضافة Chrome تم تطويرها بواسطة https://nemiruku.com، والميزة الرئيسية لها هي "Redirects youtube shorts to Normal Player".

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

screenshot

تحميل ملف CRX للإضافة Shorts to Normal player

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

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

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

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

الاسم Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
الوصف Redirects youtube shorts to Normal Player
حجم الملف 13.34 KB
عدد التثبيتات 6,402
النسخة الحالية 1.0.3
آخر تحديث 2023-09-29
تاريخ النشر 2022-06-04
تقييم 4.87/5 مجموع تقييمات 38
المطور https://nemiruku.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nemiruku.com/soft/sty.html
عنوان صفحة المساعدة https://nemiruku.com/info/mail.html
عنوان صفحة سياسة الخصوصية https://nemiruku.com/soft/readme.html
اللغات المدعومة ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}