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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |