Youtube UnHooked

Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.

ما هو Youtube UnHooked؟

Youtube UnHooked هو إضافة Chrome تم تطويرها بواسطة Pamela Fox، والميزة الرئيسية لها هي "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".

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

screenshot
screenshot

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

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

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

                        Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? 
This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments.

(Note: if you only want a subset of those things hidden, try HabitLab by Stanford)                    

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

الاسم Youtube UnHooked Youtube UnHooked
ID fkhfakakdbjcdipdgnbfngaljiecclaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf
الوصف Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
حجم الملف 3.88 KB
عدد التثبيتات 12,683
النسخة الحالية 0.9.8
آخر تحديث 2022-08-03
تاريخ النشر 2019-07-04
تقييم 4.70/5 مجموع تقييمات 44
المطور Pamela Fox
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/pamelafox/youtube-feed-hider
عنوان صفحة المساعدة https://github.com/pamelafox/youtube-feed-hider
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube UnHooked",
    "version": "0.9.8",
    "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}