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
Was ist YouTube Recommendation Blocker?
YouTube Recommendation Blocker ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".
Erweiterungsscreenshots
YouTube Recommendation Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Recommendation Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
Beschreibung | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
Dateigröße | 3.56 KB |
Installationsanzahl | 1,412 |
Aktuelle Version | 2.1 |
Letztes Update | 2021-10-18 |
Veröffentlichungsdatum | 2021-10-18 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Fishy-Fishes/yt-blocker |
Hilfeseite URL | https://github.com/Fishy-Fishes/yt-blocker |
Unterstützte Sprachen | 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" } ] } |