Youtube Anti Shorts

Hide All YouTube Shorts

什么是Youtube Anti Shorts?

Youtube Anti Shorts是由sapondanaisriwan开发的Chrome扩展程序,该扩展的主要功能是“Hide All YouTube Shorts”。

扩展截图

screenshot
screenshot

下载Youtube Anti Shorts扩展crx文件

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

扩展使用说明

                        Hide All Shorts videos on YouTube.

Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues                    

扩展基本信息

名称 Youtube Anti Shorts Youtube Anti Shorts
ID lfhnlieoomhlancdfhihpopgkiekbefd
官方URL https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd
简介 Hide All YouTube Shorts
文件大小 138 KB
安装次数 21
当前版本 1.0.2
更新时间 2023-07-20
上架时间 2023-05-27
评分 5.00/5 共1次评分
开发者 sapondanaisriwan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/sapondanaisriwan/youtube-anti-shorts/
帮助页面URL https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Anti Shorts",
    "description": "Hide All YouTube Shorts",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/asset\/img\/icon-16.png",
        "32": ".\/asset\/img\/icon-32.png",
        "48": ".\/asset\/img\/icon-48.png",
        "128": ".\/asset\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/variables.js",
                ".\/init-data.js",
                ".\/hide-shorts.js"
            ]
        }
    ]
}