Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Shorts Blocker란 무엇입니까?
Shorts Blocker은(는) Umut Seven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes Shorts from the home page, subscriptions page, and the search results in Youtube."입니다.
확장 프로그램 스크린샷
Shorts Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
확장 프로그램 기본 정보
이름 | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
공식 URL | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
설명 | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
파일 크기 | 9.3 KB |
설치 횟수 | 6,000 |
현재 버전 | 3.2 |
최근 업데이트 | 2023-11-09 |
출시 날짜 | 2023-05-02 |
평점 | 4.38/5 총 21 개의 평점 |
개발자 | Umut Seven |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/umutseven92/shorts-blocker |
도움말 페이지 URL | https://github.com/umutseven92/shorts-blocker/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |