AdBlock Doctor

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

AdBlock Doctorคืออะไร?

AdBlock Doctor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adblock Origin และคุณลักษณะหลักของมันคือ "Ad Block Doctor cures the web from Ads by blocking them at their origin"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdBlock Doctor

ดาวน์โหลดไฟล์ส่วนขยาย AdBlock Doctor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}