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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AdBlock Doctor
قم بتنزيل ملفات الامتداد AdBlock Doctor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |