ShortsBlocker - Remove Shorts from YouTube

Remove Shorts videos from Youtube

ما هو ShortsBlocker - Remove Shorts from YouTube؟

ShortsBlocker - Remove Shorts from YouTube هو إضافة Chrome تم تطويرها بواسطة SageMod، والميزة الرئيسية لها هي "Remove Shorts videos from Youtube".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ShortsBlocker - Remove Shorts from YouTube

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

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

                        Remove All Shorts Videos from YouTube.

This extension removes all the shorts videos from the YouTube homepage, tabs, search, explore and also subscriptions.

# Update 1.5.0 - August 19, 2023
- Optimized the algorithm that detects and removes YouTube Shorts from feeds to work faster. This should result in Shorts being removed more quickly after being identified.
- Refactored the core code to improve overall performance and reduce memory usage.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
We do not collect any personal data.

Stay in touch:
Follow us on Twitter: https://twitter.com/ravensmove                    

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

الاسم ShortsBlocker - Remove Shorts from YouTube ShortsBlocker - Remove Shorts from YouTube
ID oahiolknhkbpcolgnpljehalnhblolkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/shortsblocker-remove-shor/oahiolknhkbpcolgnpljehalnhblolkm
الوصف Remove Shorts videos from Youtube
حجم الملف 413 KB
عدد التثبيتات 34,422
النسخة الحالية 1.5.0
آخر تحديث 2023-08-21
تاريخ النشر 2022-08-16
تقييم 4.60/5 مجموع تقييمات 176
المطور SageMod
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ravensmove.com/shortsblocker/
عنوان صفحة المساعدة https://twitter.com/RavensMove
عنوان صفحة سياسة الخصوصية https://ravensmove.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShortsBlocker - Remove Shorts from YouTube",
    "description": "Remove Shorts videos from Youtube",
    "version": "1.5.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "ShortsBlocker - Remove Shorts from YouTube",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}