CleanTube - Watch only needed
Watch only needed in Youtube. Don't waste time on irrelevant content
CleanTube - Watch only needed란 무엇입니까?
CleanTube - Watch only needed은(는) zo_sungwoo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch only needed in Youtube. Don't waste time on irrelevant content"입니다.
확장 프로그램 스크린샷
CleanTube - Watch only needed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CleanTube is a chrome extension that enhances your Youtube experience by allowing you to focus on the content that matters to you. The extension blocks paths to videos that are not relevant to you, ensuring that you don't waste time on useless content. When you access Youtube, CleanTube redirects you to the subscriptions page, so that you will only watch videos from channels you're subscribed to. The extension also removes menus that could distract you, so you can focus on the videos you're watching. Additionally, when you're watching a video, CleanTube removes recommended videos from the right side, so you don't get sidetracked. If you're watching Shorts from a subscribed channel, CleanTube removes other Shorts, allowing you to enjoy your preferred content without any distractions. In summary, CleanTube is the perfect tool for anyone who wants to optimize their Youtube experience. With its powerful features, you can watch only what you need and never waste time on irrelevant content again. Install CleanTube today and enjoy a more productive and enjoyable Youtube experience! *Login to YouTube recommended* https://github.com/zosungwoo/CleanTube
확장 프로그램 기본 정보
이름 | CleanTube - Watch only needed |
ID | ffalnkpnbohljeiehcghmpdoljajbanj |
공식 URL | https://chromewebstore.google.com/detail/cleantube-watch-only-need/ffalnkpnbohljeiehcghmpdoljajbanj |
설명 | Watch only needed in Youtube. Don't waste time on irrelevant content |
파일 크기 | 1.64 MB |
설치 횟수 | 382 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-09-24 |
출시 날짜 | 2023-02-05 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | zo_sungwoo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zosungwoo/CleanTube |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanTube - Watch only needed", "description": "Watch only needed in Youtube. Don't waste time on irrelevant content", "version": "1.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "declarativeNetRequestWithHostAccess", "webNavigation", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "popup.html" } } |