Youtube Shorts Plus

Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube

ما هو Youtube Shorts Plus؟

Youtube Shorts Plus هو إضافة Chrome تم تطويرها بواسطة ochengh، والميزة الرئيسية لها هي "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

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

screenshot

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

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

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

                        You can hide/show/change to video mode for all the Shorts on Youtube                    

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

الاسم Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
الوصف Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
حجم الملف 65.33 KB
عدد التثبيتات 76
النسخة الحالية 2.0
آخر تحديث 2023-02-22
تاريخ النشر 2023-02-17
تقييم 5.00/5 مجموع تقييمات 1
المطور ochengh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "name": "Youtube Shorts Plus",
    "version": "2.0",
    "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/third\/jquery.min.js",
                "blocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/image\/16x16.png",
        "32": "\/image\/32x32.png",
        "48": "\/image\/48x48.png",
        "128": "\/image\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/16x16.png",
            "32": "\/image\/32x32.png",
            "48": "\/image\/48x48.png",
            "128": "\/image\/128x128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}