AdBlock Doctor

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

What is AdBlock Doctor?

AdBlock Doctor is a Chrome extension developed by Adblock Origin, and its main feature is "Ad Block Doctor cures the web from Ads by blocking them at their origin".

Extension Screenshots

screenshot

Download AdBlock Doctor Extension CRX File

Download AdBlock Doctor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AdBlock Doctor AdBlock Doctor
ID kkekefcpfdkdjgmnbcagcdgjddfebpnn
Official URL https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn
Description Ad Block Doctor cures the web from Ads by blocking them at their origin
File Size 20.98 KB
Installation Count 29,160
Current Version 3.1.0
Last Updated 2022-03-14
Publish Date 2020-11-01
Rating 3.92/5 Total 12 Ratings
Developer Adblock Origin
Email [email protected]
Payment Type free
Privacy Policy Page URL https://adblockorigin.com/privacy.html
Supported Languages 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
}