Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Cos'è Disable Youtube Shorts Layout?
Disable Youtube Shorts Layout è un'estensione di Chrome sviluppata da tukars, e la sua funzione principale è "Disables youtube short layout on desktop (not the videos themselves).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Youtube Shorts Layout
Scarica i file di estensione Disable Youtube Shorts Layout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
URL Ufficiale | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Descrizione | Disables youtube short layout on desktop (not the videos themselves). |
Dimensione del File | 4.03 KB |
Conteggio Installazioni | 1,269 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2023-07-03 |
Data di Pubblicazione | 2022-04-29 |
Valutazione | 4.47/5 Totale 19 Valutazioni |
Sviluppatore | tukars |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |