Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
¿Qué es Disable Youtube Shorts Layout?
Disable Youtube Shorts Layout es una extensión de Chrome desarrollada por tukars, y su función principal es "Disables youtube short layout on desktop (not the videos themselves).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Disable Youtube Shorts Layout
Descarga archivos de extensión Disable Youtube Shorts Layout 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 disables the shorts layout on desktop and instead allows for the default playback to be used. Works how youtube used to work. *Please ensure you refresh any YouTube tabs beforehand in order for this to work* NOTE: If you are using other extensions that modify the youtube experience, they may cause unexpected behaviour and interference with how this extension works. Please ensure you disable any features from other extensions that interfere with how shorts are displayed to get the intended experience. * "Enhancer for YouTube™" extension by www.mrfdev.com: Disable "Convert Shorts" option. Source Code: https://github.com/probablytukars/Disable-Youtube-Shorts
Información Básica de la Extensión
Nombre | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
URL Oficial | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Descripción | Disables youtube short layout on desktop (not the videos themselves). |
Tamaño del Archivo | 4.03 KB |
Cantidad de Instalaciones | 1,269 |
Versión Actual | 2.5 |
Última Actualización | 2023-07-03 |
Fecha de Publicación | 2022-04-29 |
Calificación | 4.47/5 Total de 19 Calificaciones |
Desarrollador | tukars |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable Youtube Shorts Layout", "description": "Disables youtube short layout on desktop (not the videos themselves).", "version": "2.5", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |