Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Was ist Disable Youtube Shorts Layout?
Disable Youtube Shorts Layout ist eine Chrome-Erweiterung, die von tukars entwickelt wurde, und ihr Hauptmerkmal ist "Disables youtube short layout on desktop (not the videos themselves).".
Erweiterungsscreenshots
Disable Youtube Shorts Layout-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Youtube Shorts Layout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Offizielle URL | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Beschreibung | Disables youtube short layout on desktop (not the videos themselves). |
Dateigröße | 4.03 KB |
Installationsanzahl | 1,269 |
Aktuelle Version | 2.5 |
Letztes Update | 2023-07-03 |
Veröffentlichungsdatum | 2022-04-29 |
Bewertung | 4.47/5 Insgesamt 19 Bewertungen |
Entwickler | tukars |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |