AdBlock Doctor

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

Apa itu AdBlock Doctor?

AdBlock Doctor adalah ekstensi Chrome yang dikembangkan oleh Adblock Origin, dan fitur utamanya adalah "Ad Block Doctor cures the web from Ads by blocking them at their origin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AdBlock Doctor

Unduh file ekstensi AdBlock Doctor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AdBlock Doctor AdBlock Doctor
ID kkekefcpfdkdjgmnbcagcdgjddfebpnn
URL Resmi https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn
Deskripsi Ad Block Doctor cures the web from Ads by blocking them at their origin
Ukuran File 20.98 KB
Jumlah Instalasi 29,160
Versi Saat Ini 3.1.0
Terakhir Diperbarui 2022-03-14
Tanggal Publikasi 2020-11-01
Penilaian 3.92/5 Total 12 Penilaian
Pengembang Adblock Origin
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://adblockorigin.com/privacy.html
Bahasa yang Didukung 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
}