Anti Adblock Detector
Bypasses adblock detectors to allow you to continue using adblockers
Anti Adblock Detector란 무엇입니까?
Anti Adblock Detector은(는) adblockunblock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypasses adblock detectors to allow you to continue using adblockers"입니다.
확장 프로그램 스크린샷
Anti Adblock Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Many websites have adblock detectors that force you to either disable you adblocker or pay a subscription fee to continue using their website. This lightweight extension allows you to continue browsing these sites without having to disable your adblocker. Note: This extension is for AdBlock/AdBlock plus, and currently has been tested and works on most major news websites. However, this is a new extension and may not work for every website with an adblock detector. If you stumble upon such as site, send an email to [email protected].
확장 프로그램 기본 정보
이름 | Anti Adblock Detector |
ID | kjhdffcfinhkdfbbhjlfoadcdfgihmlp |
공식 URL | https://chromewebstore.google.com/detail/anti-adblock-detector/kjhdffcfinhkdfbbhjlfoadcdfgihmlp |
설명 | Bypasses adblock detectors to allow you to continue using adblockers |
파일 크기 | 187 KB |
설치 횟수 | 71,296 |
현재 버전 | 0.2.5 |
최근 업데이트 | 2020-09-08 |
출시 날짜 | 2020-06-06 |
평점 | 2.91/5 총 204 개의 평점 |
개발자 | adblockunblock |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Adblock Detector", "version": "0.2.5", "description": "Bypasses adblock detectors to allow you to continue using adblockers", "permissions": [ "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Anti Adblock Detector", "default_icon": { "16": "images\/adblockdetector16.png", "32": "images\/adblockdetector32.png", "48": "images\/adblockdetector48.png", "128": "images\/adblockdetector128.png" } }, "icons": { "16": "images\/adblockdetector16.png", "32": "images\/adblockdetector32.png", "48": "images\/adblockdetector48.png", "128": "images\/adblockdetector128.png" }, "content_scripts": [ { "matches": [ " |