Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

ما هو Shorts Blocker؟

Shorts Blocker هو إضافة Chrome تم تطويرها بواسطة Umut Seven، والميزة الرئيسية لها هي "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

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

screenshot

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

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

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

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

الاسم Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
الوصف Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
حجم الملف 9.3 KB
عدد التثبيتات 6,000
النسخة الحالية 3.2
آخر تحديث 2023-11-09
تاريخ النشر 2023-05-02
تقييم 4.38/5 مجموع تقييمات 21
المطور Umut Seven
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/umutseven92/shorts-blocker
عنوان صفحة المساعدة https://github.com/umutseven92/shorts-blocker/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}