Better YouTube Subscriptions

Hide YouTube Shorts and videos you have already watched from your subscriptions feed !

什么是Better YouTube Subscriptions?

Better YouTube Subscriptions是由OptiSearch开发的Chrome扩展程序,该扩展的主要功能是“Hide YouTube Shorts and videos you have already watched from your subscriptions feed !”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Better YouTube Subscriptions扩展crx文件

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

扩展使用说明

                        Better YouTube Subscriptions is a simple browser extension that allows you to hide the YouTube Shorts videos that are polluting your subscriptions feed.
It can also hide the videos that you have already watched.

Of course, you can make them appear again with a simple click of a button.

In short, it cleans your YouTube Subscriptions feed to only show what you want to watch !                    

扩展基本信息

名称 Better YouTube Subscriptions Better YouTube Subscriptions
ID hbopiiffeioghjoeakkknpcealnlomod
官方URL https://chromewebstore.google.com/detail/better-youtube-subscripti/hbopiiffeioghjoeakkknpcealnlomod
简介 Hide YouTube Shorts and videos you have already watched from your subscriptions feed !
文件大小 28 KB
安装次数 37
当前版本 1.0
更新时间 2023-02-26
上架时间 2022-09-29
评分 1.00/5 共1次评分
开发者 OptiSearch
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://dj0ulo.github.io/OptiSearch/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube Subscriptions",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Hide YouTube Shorts and videos you have already watched from your subscriptions feed !",
    "icons": {
        "128": "images\/icon_128.png",
        "1024": "images\/icon_1024.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/pop-up\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/style.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/settings.js",
                "src\/utils.js",
                "src\/content_script.js"
            ]
        }
    ]
}