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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |