CleanTube
Injects a button to YouTube which on clicking disables the ads !
CleanTube란 무엇입니까?
CleanTube은(는) Aquib Khan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Injects a button to YouTube which on clicking disables the ads !"입니다.
확장 프로그램 스크린샷
CleanTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of getting interrupted by ads while watching a YouTube™ video ? Don't worry, CleanTube is here to help you ! When you open YouTube™, you will see a 'Block Ads' button next to the mic button. Click on it and enjoy an Ad-Free experience on YouTube™ !
확장 프로그램 기본 정보
이름 | CleanTube |
ID | hdaiikckgemgnckbgnelfchlgjikgmnl |
공식 URL | https://chromewebstore.google.com/detail/cleantube/hdaiikckgemgnckbgnelfchlgjikgmnl |
설명 | Injects a button to YouTube which on clicking disables the ads ! |
파일 크기 | 8.06 KB |
설치 횟수 | 295 |
현재 버전 | 2.0 |
최근 업데이트 | 2023-05-06 |
출시 날짜 | 2023-04-20 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Aquib Khan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanTube", "version": "2.0", "description": "Injects a button to YouTube which on clicking disables the ads !", "icons": { "16": "ct16.png", "32": "ct32.png", "48": "ct48.png", "128": "ct128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "yt.css" ], "js": [ "content.js" ] } ] } |