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
Cos'è YouTube Recommendation Blocker?
YouTube Recommendation Blocker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Recommendation Blocker
Scarica i file di estensione YouTube Recommendation Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
Descrizione | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
Dimensione del File | 3.56 KB |
Conteggio Installazioni | 1,412 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2021-10-18 |
Data di Pubblicazione | 2021-10-18 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Fishy-Fishes/yt-blocker |
URL della Pagina di Aiuto | https://github.com/Fishy-Fishes/yt-blocker |
Lingue Supportate | 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" } ] } |