Hide Shorts for YouTube

Disable - Block Shorts for Youtube

什么是Hide Shorts for YouTube?

Hide Shorts for YouTube是由ey2y34开发的Chrome扩展程序,该扩展的主要功能是“Disable - Block Shorts for Youtube”。

扩展截图

screenshot

下载Hide Shorts for YouTube扩展crx文件

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

扩展使用说明

                        Simple extension to block YT Shorts
Block YouTube Shorts effortlessly with this simple browser extension.                    

扩展基本信息

名称 Hide Shorts for YouTube Hide Shorts for YouTube
ID pgeleiggmfnpbanhagnpajcfilnkaghj
官方URL https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj
简介 Disable - Block Shorts for Youtube
文件大小 20.64 KB
安装次数 680
当前版本 1.0.4
更新时间 2023-07-31
上架时间 2020-12-02
评分 4.06/5 共32次评分
开发者 ey2y34
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Shorts for YouTube",
    "description": "Disable - Block Shorts for Youtube",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Remove Youtube Shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}