Disable YouTube Shorts ON OFF
Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Disable YouTube Shorts ON OFF란 무엇입니까?
Disable YouTube Shorts ON OFF은(는) Youtube Short ON OFF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos"입니다.
확장 프로그램 스크린샷
Disable YouTube Shorts ON OFF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube Shorts ON OFF Removes all Shorts from YouTube The YouTube shorts video should be played just like any other video. Playing YouTube Shorts videos on a standard Video is possible using an extension. YouTube Shorts ON OFF YouTube Shorts to Standard Videos YouTube Shorts ON OFF is now enabled by default
확장 프로그램 기본 정보
이름 | Disable YouTube Shorts ON OFF |
ID | pkiligjbdajidpjlikchpofgfjhgecdp |
공식 URL | https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp |
설명 | Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos |
파일 크기 | 66.11 KB |
설치 횟수 | 42 |
현재 버전 | 3.0.2 |
최근 업데이트 | 2024-01-10 |
출시 날짜 | 2023-11-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Youtube Short ON OFF |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.0.2", "default_locale": "en_US", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon-128.png", "default_title": "Disable YouTube Shorts ON OFF" }, "commands": { "_execute_action": { "description": "Switch to normal video URL", "suggested_key": { "default": "Alt+V" } } }, "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "permissions": [ "tabs", "storage" ], "short_name": "Youtube Shorts" } |