Really Hide YouTube Shorts
A very simple plugin to hide all YouTube Shorts. Created by Zero.
Really Hide YouTube Shorts란 무엇입니까?
Really Hide YouTube Shorts은(는) Zero에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A very simple plugin to hide all YouTube Shorts. Created by Zero."입니다.
확장 프로그램 스크린샷
Really Hide YouTube Shorts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions. Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin. Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v
확장 프로그램 기본 정보
이름 | Really Hide YouTube Shorts |
ID | kjkiajelmfimihhmiggjjcaibjmlbcpf |
공식 URL | https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf |
설명 | A very simple plugin to hide all YouTube Shorts. Created by Zero. |
파일 크기 | 188 KB |
설치 횟수 | 264 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-08-23 |
출시 날짜 | 2023-08-15 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Zero |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Hide YouTube Shorts", "manifest_version": 3, "version": "1.0.3", "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.", "permissions": [ "storage", "scripting" ], "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "Really Hide YouTube Shorts", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/hide.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |