NoShorts

NoShorts categorizes your subscribed videos

什么是NoShorts?

NoShorts是由noshorts开发的Chrome扩展程序,该扩展的主要功能是“NoShorts categorizes your subscribed videos”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载NoShorts扩展crx文件

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

扩展使用说明

                        NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page.

NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you.

- Remove recommended content: https://support.google.com/youtube/answer/6125535                    

扩展基本信息

名称 NoShorts NoShorts
ID jimhmfkkehjpmaofepnkkbdianjilihf
官方URL https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf
简介 NoShorts categorizes your subscribed videos
文件大小 13.25 KB
安装次数 20
当前版本 1.0.1
更新时间 2023-06-07
上架时间 2023-02-27
评分 5.00/5 共1次评分
开发者 noshorts
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoShorts",
    "version": "1.0.1",
    "description": "NoShorts categorizes your subscribed videos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "noshorts.js"
            ]
        }
    ]
}