AdBlock Doctor

Ad Block Doctor cures the web from Ads by blocking them at their origin

AdBlock Doctor란 무엇입니까?

AdBlock Doctor은(는) Adblock Origin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ad Block Doctor cures the web from Ads by blocking them at their origin"입니다.

확장 프로그램 스크린샷

screenshot

AdBlock Doctor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Blocks more than 30'000 ad sources !

⭐   We block ads before they're displayed by blocking the requests at their root and add also failsafe JS and CSS to regain the space taken by the ads.

⭐   This extension is undetected by most counter-adblock scripts !

You may disable AdBlock Doctor at any time by using the toggle button after clicking on the icon.

We do not block 100% of the ads for 2 reasons :
1. Some ads are not disruptive and high quality
2. If you block 100% of the ads, the script will get detected and a lot of sites will prevent you from visiting

Please visit our website and send us your feedback and suggestions.

ⓘ Update Jan 18th 2022 :
- New blocking list to better block popup ad networks                    

확장 프로그램 기본 정보

이름 AdBlock Doctor AdBlock Doctor
ID kkekefcpfdkdjgmnbcagcdgjddfebpnn
공식 URL https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn
설명 Ad Block Doctor cures the web from Ads by blocking them at their origin
파일 크기 20.98 KB
설치 횟수 29,160
현재 버전 3.1.0
최근 업데이트 2022-03-14
출시 날짜 2020-11-01
평점 3.92/5 총 12 개의 평점
개발자 Adblock Origin
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adblockorigin.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Doctor",
    "version": "3.1.0",
    "description": "Ad Block Doctor cures the web from Ads by blocking them at their origin",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}