AdClean (works on Youtube)
Removes all unwanted ads for a smoother browsing experience.
AdClean (works on Youtube)란 무엇입니까?
AdClean (works on Youtube)은(는) https://mega-block.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes all unwanted ads for a smoother browsing experience."입니다.
확장 프로그램 스크린샷
AdClean (works on Youtube) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience. ✓ Block banners ✓ Block annoying video ads ✓ Give yourself faster browsing as resources are blocked from loading ✓ Click on the extension icon to stop blocking ads on the current website
확장 프로그램 기본 정보
이름 | AdClean (works on Youtube) |
ID | bjnlfombjeamfelifpimnopcchmmeppk |
공식 URL | https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk |
설명 | Removes all unwanted ads for a smoother browsing experience. |
파일 크기 | 1.12 MB |
설치 횟수 | 20,000 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2024-01-19 |
출시 날짜 | 2023-12-22 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | https://mega-block.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://mega-block.com/privacy.php |
지원되는 언어 | de,en,fr,nl,no,da,es,it,pt-BR,fi,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.4", "default_locale": "en", "action": [], "background": { "service_worker": "extension.js" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "ecss.js", "cs.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "alarms", "scripting", "storage", "unlimitedStorage", "declarativeNetRequest", "webNavigation" ], "host_permissions": [ " |