YouTube Longs

Redirects tabs opening a YouTube short to open the proper video.

ما هو YouTube Longs؟

YouTube Longs هو إضافة Chrome تم تطويرها بواسطة Deathbetray، والميزة الرئيسية لها هي "Redirects tabs opening a YouTube short to open the proper video.".

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

screenshot

تحميل ملف CRX للإضافة YouTube Longs

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

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

                        Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.                    

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

الاسم YouTube Longs YouTube Longs
ID hgohjdcdlbnpmnopkigclphedadbnlel
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel
الوصف Redirects tabs opening a YouTube short to open the proper video.
حجم الملف 17.86 KB
عدد التثبيتات 59
النسخة الحالية 1.1
آخر تحديث 2022-06-05
تاريخ النشر 2022-06-04
المطور Deathbetray
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Longs",
    "description": "Redirects tabs opening a YouTube short to open the proper video.",
    "version": "1.1",
    "author": "Deathbetray",
    "manifest_version": 3,
    "background": {
        "service_worker": "youTubeLongs.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "\/images\/youTubeLongs-logo-16.png",
        "32": "\/images\/youTubeLongs-logo-32.png",
        "48": "\/images\/youTubeLongs-logo-48.png",
        "128": "\/images\/youTubeLongs-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/youTubeLongs-logo-16.png",
            "32": "\/images\/youTubeLongs-logo-32.png",
            "48": "\/images\/youTubeLongs-logo-48.png",
            "128": "\/images\/youTubeLongs-logo-128.png"
        },
        "default_title": "YouTube Longs",
        "default_popup": "popup.html"
    }
}