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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}