ONLY SEARCH BAR for YouTube

This extension can remove YouTube Contents.

ما هو ONLY SEARCH BAR for YouTube؟

ONLY SEARCH BAR for YouTube هو إضافة Chrome تم تطويرها بواسطة yeh-john، والميزة الرئيسية لها هي "This extension can remove YouTube Contents.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ONLY SEARCH BAR for YouTube

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

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

                        Don't waste your time on meaningless videos. Spend less time on YouTube. Customize YouTube homepage to be less engaging.
This extension hides videos and contents on YouTube homepage and leave search bar on Youtube to be less engaging.

Features :

  ●  Remove recommendations videos
  ●  Remove homepage elements
  ●  Remove homepage videos
  ●  Remove homepage contents
  ●  Compatible with the YouTube website.


Why should I use this plugin?

The YouTube recommendation algorithm optimizes for the most engaging videos,So YouTube will recommend many engaging video However, there are some videos that make no sense. Don't waste your time on meaningless videos. So download ONLY SEARCH BAR for YouTube and remove unwanted YouTube videos as you pleases.

Support : 
https://yeh-john.github.io/support

Mobile version :
https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome?hl=en&authuser=0                    

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

الاسم ONLY SEARCH BAR for YouTube ONLY SEARCH BAR for YouTube
ID fefhpjjmjihdihemekaamlgadgkhhaeh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fefhpjjmjihdihemekaamlgadgkhhaeh
الوصف This extension can remove YouTube Contents.
حجم الملف 21.36 KB
عدد التثبيتات 623
النسخة الحالية 0.1.2
آخر تحديث 2022-11-15
تاريخ النشر 2022-09-13
تقييم 4.85/5 مجموع تقييمات 20
المطور yeh-john
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ONLY SEARCH BAR for YouTube",
    "description": "This extension can remove YouTube Contents.",
    "version": "0.1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/"
            ],
            "css": [
                "script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}