AdBlock Doctor
Ad Block Doctor cures the web from Ads by blocking them at their origin
什么是AdBlock Doctor?
AdBlock Doctor是由Adblock Origin开发的Chrome扩展程序,该扩展的主要功能是“Ad Block Doctor cures the web from Ads by blocking them at their origin”。
扩展截图
下载AdBlock Doctor扩展crx文件
下载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
扩展基本信息
名称 | |
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 } |