Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Qu'est-ce que Disable Youtube Shorts Layout ?
Disable Youtube Shorts Layout est une extension Chrome développée par tukars, et sa fonction principale est "Disables youtube short layout on desktop (not the videos themselves).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Youtube Shorts Layout
Téléchargez les fichiers d'extension Disable Youtube Shorts Layout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
URL Officiel | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Description | Disables youtube short layout on desktop (not the videos themselves). |
Taille du Fichier | 4.03 KB |
Nombre d'Installations | 1,269 |
Version Actuelle | 2.5 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2022-04-29 |
Évaluation | 4.47/5 Total 19 Évaluations |
Développeur | tukars |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |