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

Wat is YouTube Recommendation Blocker?

YouTube Recommendation Blocker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Recommendation Blocker

Download YouTube Recommendation Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
Officiële URL https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
Beschrijving [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
Bestandsgrootte 3.56 KB
Aantal Installaties 1,412
Huidige Versie 2.1
Laatst Bijgewerkt 2021-10-18
Publicatiedatum 2021-10-18
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Fishy-Fishes/yt-blocker
Help Pagina-URL https://github.com/Fishy-Fishes/yt-blocker
Ondersteunde Talen 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"
        }
    ]
}