Ethical AdBlock — Ad Blocker
Ethical Adblock is the first undetectable adblocker for all websites.
Ethical AdBlock — Ad Blocker란 무엇입니까?
Ethical AdBlock — Ad Blocker은(는) https://www.ethical-adblock.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ethical Adblock is the first undetectable adblocker for all websites."입니다.
확장 프로그램 스크린샷
Ethical AdBlock — Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ethical adblock is the first undetectable ad blocker in the world ! It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites. ═══════════ Features ═══════════ ┊Adblocker completely undetectable ┊Block Youtube video ads ┊Block Ads on All Websites ┊Make Your Browser Faster
확장 프로그램 기본 정보
이름 | Ethical AdBlock — Ad Blocker |
ID | njfgllfchpddnfmildigamnkjjkipgea |
공식 URL | https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea |
설명 | Ethical Adblock is the first undetectable adblocker for all websites. |
파일 크기 | 153 KB |
설치 횟수 | 72 |
현재 버전 | 1.2 |
최근 업데이트 | 2022-10-03 |
출시 날짜 | 2021-04-27 |
평점 | 4.31/5 총 16 개의 평점 |
개발자 | https://www.ethical-adblock.xyz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ethical-adblock.xyz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethical AdBlock \u2014 Ad Blocker", "version": "1.2", "description": "Ethical Adblock is the first undetectable adblocker for all websites.", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "blocked_domains.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "adskip.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "128": "Logo_EthicalBlocker.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |