No More Shorts

Removes shorts from the youtube subscription page.

ما هو No More Shorts؟

No More Shorts هو إضافة Chrome تم تطويرها بواسطة mncassel72، والميزة الرئيسية لها هي "Removes shorts from the youtube subscription page.".

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

screenshot

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

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

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

                        No More Shorts is a useful Chrome store extension designed to help you declutter your YouTube subscription page by removing Shorts. If you're tired of seeing Short videos in your YouTube subscription feed and want to focus on longer content, this extension can be a great solution.

Once installed, the Shorts Blocker automatically detects and removes all Short videos from your YouTube subscription page, allowing you to browse through your subscriptions without being interrupted by short-form videos. The extension is easy to use and requires no configuration or setup, making it a hassle-free way to get rid of Shorts.

With the Shorts Blocker, you can save time and reduce distractions, giving you more control over your YouTube viewing experience. You can also easily disable the extension if you want to view Shorts again, making it a flexible solution for your browsing needs.                    

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

الاسم No More Shorts No More Shorts
ID jicaiccgelkodedacinlbpiddmkffjce
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-more-shorts/jicaiccgelkodedacinlbpiddmkffjce
الوصف Removes shorts from the youtube subscription page.
حجم الملف 7.57 KB
عدد التثبيتات 98
النسخة الحالية 1.0
آخر تحديث 2023-02-21
تاريخ النشر 2023-02-20
تقييم 3.67/5 مجموع تقييمات 3
المطور mncassel72
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No More Shorts",
    "description": "Removes shorts from the youtube subscription page.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}