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é es YouTube Recommendation Blocker?

YouTube Recommendation Blocker es una extensión de Chrome desarrollada por Unknown, y su función principal es "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Recommendation Blocker

Descarga archivos de extensión YouTube Recommendation Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
URL Oficial https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
Descripción [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
Tamaño del Archivo 3.56 KB
Cantidad de Instalaciones 1,412
Versión Actual 2.1
Última Actualización 2021-10-18
Fecha de Publicación 2021-10-18
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Unknown
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Fishy-Fishes/yt-blocker
URL de la Página de Ayuda https://github.com/Fishy-Fishes/yt-blocker
Idiomas Soportados 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"
        }
    ]
}