Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Wat is Disable Youtube Shorts Layout?
Disable Youtube Shorts Layout is een Chrome-extensie ontwikkeld door tukars, en de belangrijkste functie is "Disables youtube short layout on desktop (not the videos themselves).".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Youtube Shorts Layout
Download Disable Youtube Shorts Layout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Officiële URL | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Beschrijving | Disables youtube short layout on desktop (not the videos themselves). |
Bestandsgrootte | 4.03 KB |
Aantal Installaties | 1,269 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2023-07-03 |
Publicatiedatum | 2022-04-29 |
Beoordeling | 4.47/5 Totaal 19 Beoordelingen |
Ontwikkelaar | tukars |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |