Minimal YouTube Homepage

A minimalistic, Google like alternative to YouTube's homepage

ما هو Minimal YouTube Homepage؟

Minimal YouTube Homepage هو إضافة Chrome تم تطويرها بواسطة hcwtam، والميزة الرئيسية لها هي "A minimalistic, Google like alternative to YouTube's homepage".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Minimal YouTube Homepage

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

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

                        This extension helps you to become a less distracted, more productive person.

Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place?

If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.                    

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

الاسم Minimal YouTube Homepage Minimal YouTube Homepage
ID jkjgfpleclhnfnlnbhhodecfcpfdiblc
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc
الوصف A minimalistic, Google like alternative to YouTube's homepage
حجم الملف 10.33 KB
عدد التثبيتات 711
النسخة الحالية 0.1.2
آخر تحديث 2022-11-10
تاريخ النشر 2022-07-15
تقييم 5.00/5 مجموع تقييمات 10
المطور hcwtam
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal YouTube Homepage",
    "description": "A minimalistic, Google like alternative to YouTube's homepage",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}