AdBlock Doctor

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

O que é AdBlock Doctor?

AdBlock Doctor é uma extensão do Chrome desenvolvida por Adblock Origin, e sua principal característica é "Ad Block Doctor cures the web from Ads by blocking them at their origin".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AdBlock Doctor

Baixe arquivos de extensão AdBlock Doctor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome AdBlock Doctor AdBlock Doctor
ID kkekefcpfdkdjgmnbcagcdgjddfebpnn
URL Oficial https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn
Descrição Ad Block Doctor cures the web from Ads by blocking them at their origin
Tamanho do Arquivo 20.98 KB
Contagem de Instalações 29,160
Versão Atual 3.1.0
Última Atualização 2022-03-14
Data de Publicação 2020-11-01
Classificação 3.92/5 Total de 12 Avaliações
Desenvolvedor Adblock Origin
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://adblockorigin.com/privacy.html
Idiomas Suportados 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
}