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
电子邮箱 [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"
    }
}