AdBlock Doctor

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

Qu'est-ce que AdBlock Doctor ?

AdBlock Doctor est une extension Chrome développée par Adblock Origin, et sa fonction principale est "Ad Block Doctor cures the web from Ads by blocking them at their origin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AdBlock Doctor

Téléchargez les fichiers d'extension AdBlock Doctor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AdBlock Doctor AdBlock Doctor
ID kkekefcpfdkdjgmnbcagcdgjddfebpnn
URL Officiel https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn
Description Ad Block Doctor cures the web from Ads by blocking them at their origin
Taille du Fichier 20.98 KB
Nombre d'Installations 29,160
Version Actuelle 3.1.0
Dernière Mise à Jour 2022-03-14
Date de Publication 2020-11-01
Évaluation 3.92/5 Total 12 Évaluations
Développeur Adblock Origin
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://adblockorigin.com/privacy.html
Langues Prises en Charge 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
}