Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Co je Disable Youtube Shorts Layout?
Disable Youtube Shorts Layout je rozšíření Chrome vyvinuté tukars, a jeho hlavní funkcí je „Disables youtube short layout on desktop (not the videos themselves).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable Youtube Shorts Layout
Stáhněte si soubory rozšíření Disable Youtube Shorts Layout ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Oficiální URL | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
Popis | Disables youtube short layout on desktop (not the videos themselves). |
Velikost souboru | 4.03 KB |
Počet instalací | 1,269 |
Aktuální Verze | 2.5 |
Poslední Aktualizace | 2023-07-03 |
Datum Vydání | 2022-04-29 |
Hodnocení | 4.47/5 Celkem 19 Hodnocení |
Vývojář | tukars |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |