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

What is YouTube Recommendation Blocker?

YouTube Recommendation Blocker is a Chrome extension developed by Unknown, and its main feature is "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".

Extension Screenshots

screenshot
screenshot

Download YouTube Recommendation Blocker Extension CRX File

Download YouTube Recommendation Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
Official URL https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
Description [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
File Size 3.56 KB
Installation Count 1,412
Current Version 2.1
Last Updated 2021-10-18
Publish Date 2021-10-18
Rating 4.75/5 Total 4 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/Fishy-Fishes/yt-blocker
Help Page URL https://github.com/Fishy-Fishes/yt-blocker
Supported Languages 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"
        }
    ]
}