Disable Youtube Shorts Layout
Disables youtube short layout on desktop (not the videos themselves).
Disable Youtube Shorts Layoutとは何ですか?
Disable Youtube Shorts Layoutはtukarsによって開発されたChromeの拡張機能で、その主な機能は「Disables youtube short layout on desktop (not the videos themselves).」です。
拡張機能のスクリーンショット
Disable Youtube Shorts Layout拡張機能のCRXファイルをダウンロード
Disable Youtube Shorts Layout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Disable Youtube Shorts Layout |
ID | lgdgebkjhcbilocmnfkiiicfggjlbdfg |
公式URL | https://chrome.google.com/webstore/detail/disable-youtube-shorts-la/lgdgebkjhcbilocmnfkiiicfggjlbdfg |
説明 | Disables youtube short layout on desktop (not the videos themselves). |
ファイルサイズ | 4.03 KB |
インストール数 | 1,269 |
現在のバージョン | 2.5 |
最終更新日 | 2023-07-03 |
公開日 | 2022-04-29 |
評価 | 4.47/5 合計 19 レビュー |
開発者 | tukars |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |