ONLY SEARCH BAR for YouTube

This extension can remove YouTube Contents.

什麼是ONLY SEARCH BAR for YouTube?

ONLY SEARCH BAR for YouTube是由yeh-john開發的Chrome擴展程式,該擴展的主要功能是“This extension can remove YouTube Contents.”。

擴展截圖

screenshot
screenshot

下載ONLY SEARCH BAR for YouTube擴展crx文件

下載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
官方網址 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"
    }
}