YouTube Recommendation Blocker

[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section

什么是YouTube Recommendation Blocker?

YouTube Recommendation Blocker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section”。

扩展截图

screenshot
screenshot

下载YouTube Recommendation Blocker扩展crx文件

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

扩展使用说明

                        This extension is a super light weight YouTube recommendations and comments blocker. 

Stability not guaranteed! 

Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section.

It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings.

The extension will only request permissions for YouTube, and has no background scripts.

Yo @graphic designers please fix my graphics make a pull request on the git repo

The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker                    

扩展基本信息

名称 YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
官方URL https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
简介 [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
文件大小 3.56 KB
安装次数 1,412
当前版本 2.1
更新时间 2021-10-18
上架时间 2021-10-18
评分 4.75/5 共4次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Fishy-Fishes/yt-blocker
帮助页面URL https://github.com/Fishy-Fishes/yt-blocker
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Recommendation Blocker",
    "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injection.js"
            ],
            "run_at": "document_start"
        }
    ]
}