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
Qu'est-ce que YouTube Recommendation Blocker ?
YouTube Recommendation Blocker est une extension Chrome développée par Unknown, et sa fonction principale est "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Recommendation Blocker
Téléchargez les fichiers d'extension YouTube Recommendation Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
URL Officiel | 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 |
Taille du Fichier | 3.56 KB |
Nombre d'Installations | 1,412 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2021-10-18 |
Date de Publication | 2021-10-18 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Fishy-Fishes/yt-blocker |
URL de la Page d'Aide | https://github.com/Fishy-Fishes/yt-blocker |
Langues Prises en Charge | 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" } ] } |