Youtube Focus

Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.

ما هو Youtube Focus؟

Youtube Focus هو إضافة Chrome تم تطويرها بواسطة raghavadonthoju.webstore، والميزة الرئيسية لها هي "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.".

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

screenshot

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

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

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

                        By activating the "Youtube Focus" extension, you gain an incredible advantage in maintaining your concentration and avoiding the attracting YouTube's recommended videos. No longer will your attention be hijacked by flashy thumbnails vying for your clicks. Instead, you'll find a clean and clutter-free interface, allowing you to focus solely on the content you seek.

Features:
- Just hides the homepage content of youtube by changing the style of homepage content to display none.

Note:
-The Extension doesn't collect users data or youtube's data it just changes the styling (changing css).
-This extension does not take any money from the users.                    

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

الاسم Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
الوصف Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
حجم الملف 4.88 KB
عدد التثبيتات 72
النسخة الحالية 1.0
آخر تحديث 2023-07-09
تاريخ النشر 2023-07-09
تقييم 5.00/5 مجموع تقييمات 10
المطور raghavadonthoju.webstore
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Focus",
    "version": "1.0",
    "description": "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/"
            ]
        }
    ]
}