Remove Youtube Shorts
Removes YouTube shorts and prevents you from wasting your precious time.
Remove Youtube Shorts란 무엇입니까?
Remove Youtube Shorts은(는) ArkTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes YouTube shorts and prevents you from wasting your precious time."입니다.
확장 프로그램 스크린샷
Remove Youtube Shorts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension completely removes YouTube Shorts as if they were never there. You will no longer see any Shorts videos in your YouTube feed, search results, or recommended videos. You can browse YouTube with peace of mind, knowing that you won't be distracted by these short-form videos. The extension can help reduce the number of short videos that may potentially distract the user and cause their mind to switch focus frequently. This can result in a more focused and attentive mindset, as the user is not being continuously stimulated by short videos that can interrupt their concentration. By removing this distraction, the user may be able to increase their attention span and focus on other tasks or longer-form content.
확장 프로그램 기본 정보
이름 | Remove Youtube Shorts |
ID | mgngbgbhliflggkamjnpdmegbkidiapm |
공식 URL | https://chromewebstore.google.com/detail/remove-youtube-shorts/mgngbgbhliflggkamjnpdmegbkidiapm |
설명 | Removes YouTube shorts and prevents you from wasting your precious time. |
파일 크기 | 21.41 KB |
설치 횟수 | 709 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2024-01-20 |
출시 날짜 | 2023-04-26 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | ArkTech |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Youtube Shorts", "version": "1.0.0", "description": "Removes YouTube shorts and prevents you from wasting your precious time.", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "\/assets\/logo128.png" }, "action": { "default_icon": { "128": "\/assets\/logo128.png" }, "default_popup": "interface_html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" } } |