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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}