Remove YouTube Recommended Video 2024

Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)

¿Qué es Remove YouTube Recommended Video 2024?

Remove YouTube Recommended Video 2024 es una extensión de Chrome desarrollada por zakirullahkhan6269, y su función principal es "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Remove YouTube Recommended Video 2024

Descarga archivos de extensión Remove YouTube Recommended Video 2024 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

                        Download the Extension
This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you.
* Click on the extension icon
* Click on the YouTube icon to open YouTube (If not open)
* Click on the (ON & OFF) button to use extension features.

"The use of the YouTube(TM) name or trademark is for  identification, reference or 
   descriptive purposes only and does not imply any association with YouTube(TM)  or 
   their product brand".                    

Información Básica de la Extensión

Nombre Remove YouTube Recommended Video 2024 Remove YouTube Recommended Video 2024
ID ickohbpkcokghhopdfbhaoiakgpkekkh
URL Oficial https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh
Descripción Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Tamaño del Archivo 6.29 MB
Cantidad de Instalaciones 31
Versión Actual 1.3
Última Actualización 2024-02-24
Fecha de Publicación 2023-07-27
Calificación 4.43/5 Total de 7 Calificaciones
Desarrollador zakirullahkhan6269
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Recommended Video 2024",
    "short_name": "EAYRV",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "EAYRV",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}