Simple YouTube Homepage Search

Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.

ما هو Simple YouTube Homepage Search؟

Simple YouTube Homepage Search هو إضافة Chrome تم تطويرها بواسطة Agency Enterprise، والميزة الرئيسية لها هي "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".

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

screenshot

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

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

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

                        Simple YouTube Homepage Search replaces the youtube home page, with a simple youtube search bar. Get rid of youtube home page distractions, focus on watching what really matters!                    

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

الاسم Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
الوصف Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
حجم الملف 15.9 KB
عدد التثبيتات 23
النسخة الحالية 1.1
آخر تحديث 2022-02-21
تاريخ النشر 2022-02-21
المطور Agency Enterprise
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ae.studio/random/simple-youtube-homepage-search
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple YouTube Homepage Search",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}