Really Hide YouTube Shorts

A very simple plugin to hide all YouTube Shorts. Created by Zero.

什么是Really Hide YouTube Shorts?

Really Hide YouTube Shorts是由Zero开发的Chrome扩展程序,该扩展的主要功能是“A very simple plugin to hide all YouTube Shorts. Created by Zero.”。

扩展截图

screenshot
screenshot

下载Really Hide YouTube Shorts扩展crx文件

下载Really Hide YouTube Shorts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions.

Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin.

Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v                    

扩展基本信息

名称 Really Hide YouTube Shorts Really Hide YouTube Shorts
ID kjkiajelmfimihhmiggjjcaibjmlbcpf
官方URL https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf
简介 A very simple plugin to hide all YouTube Shorts. Created by Zero.
文件大小 188 KB
安装次数 264
当前版本 1.0.3
更新时间 2023-08-23
上架时间 2023-08-15
评分 5.00/5 共3次评分
开发者 Zero
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "Really Hide YouTube Shorts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/hide.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}