YouTube Recommendation Blocker

[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section

ما هو YouTube Recommendation Blocker؟

YouTube Recommendation Blocker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".

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

screenshot
screenshot

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

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

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

                        This extension is a super light weight YouTube recommendations and comments blocker. 

Stability not guaranteed! 

Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section.

It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings.

The extension will only request permissions for YouTube, and has no background scripts.

Yo @graphic designers please fix my graphics make a pull request on the git repo

The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker                    

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

الاسم YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
الوصف [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
حجم الملف 3.56 KB
عدد التثبيتات 1,412
النسخة الحالية 2.1
آخر تحديث 2021-10-18
تاريخ النشر 2021-10-18
تقييم 4.75/5 مجموع تقييمات 4
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Fishy-Fishes/yt-blocker
عنوان صفحة المساعدة https://github.com/Fishy-Fishes/yt-blocker
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Recommendation Blocker",
    "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injection.js"
            ],
            "run_at": "document_start"
        }
    ]
}