Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
¿Qué es Youtube UnHooked?
Youtube UnHooked es una extensión de Chrome desarrollada por Pamela Fox, y su función principal es "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube UnHooked
Descarga archivos de extensión Youtube UnHooked 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
Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments. (Note: if you only want a subset of those things hidden, try HabitLab by Stanford)
Información Básica de la Extensión
Nombre | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
URL Oficial | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
Descripción | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
Tamaño del Archivo | 3.88 KB |
Cantidad de Instalaciones | 12,683 |
Versión Actual | 0.9.8 |
Última Actualización | 2022-08-03 |
Fecha de Publicación | 2019-07-04 |
Calificación | 4.70/5 Total de 44 Calificaciones |
Desarrollador | Pamela Fox |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/pamelafox/youtube-feed-hider |
URL de la Página de Ayuda | https://github.com/pamelafox/youtube-feed-hider |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube UnHooked", "version": "0.9.8", "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |