ONLY SEARCH BAR for YouTube mobile version

This extension can remove YouTube Contents. This extension is mobile version.

ONLY SEARCH BAR for YouTube mobile versionとは何ですか?

ONLY SEARCH BAR for YouTube mobile versionはyeh-johnによって開発されたChromeの拡張機能で、その主な機能は「This extension can remove YouTube Contents. This extension is mobile version.」です。

拡張機能のスクリーンショット

screenshot

ONLY SEARCH BAR for YouTube mobile version拡張機能のCRXファイルをダウンロード

ONLY SEARCH BAR for YouTube mobile version拡張子のファイルを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 mobile site.


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: Leave a Good Review.

Computer version:
https://chrome.google.com/webstore/detail/fefhpjjmjihdihemekaamlgadgkhhaeh?authuser=0&hl=en                    

拡張機能の基本情報

名前 ONLY SEARCH BAR for YouTube mobile version ONLY SEARCH BAR for YouTube mobile version
ID fmnchdjkepneijedjjglhmgocneikome
公式URL https://chromewebstore.google.com/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome
説明 This extension can remove YouTube Contents. This extension is mobile version.
ファイルサイズ 6.87 KB
インストール数 61
現在のバージョン 0.1.0
最終更新日 2022-10-20
公開日 2022-10-19
開発者 yeh-john
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ONLY SEARCH BAR for YouTube mobile version",
    "description": "This extension can remove YouTube Contents. This extension is mobile version.",
    "version": "0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/"
            ],
            "css": [
                "script.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/m.youtube.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}