AdBlock Doctor
Ad Block Doctor cures the web from Ads by blocking them at their origin
Co to jest AdBlock Doctor?
AdBlock Doctor to rozszerzenie Chrome opracowane przez Adblock Origin, a jego główną funkcją jest „Ad Block Doctor cures the web from Ads by blocking them at their origin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AdBlock Doctor
Pobierz pliki rozszerzeń AdBlock Doctor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kkekefcpfdkdjgmnbcagcdgjddfebpnn |
Oficjalny URL | https://chromewebstore.google.com/detail/adblock-doctor/kkekefcpfdkdjgmnbcagcdgjddfebpnn |
Opis | Ad Block Doctor cures the web from Ads by blocking them at their origin |
Rozmiar pliku | 20.98 KB |
Liczba instalacji | 29,160 |
Aktualna Wersja | 3.1.0 |
Ostatnia Aktualizacja | 2022-03-14 |
Data Publikacji | 2020-11-01 |
Ocena | 3.92/5 Łącznie 12 Oceny |
Deweloper | Adblock Origin |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://adblockorigin.com/privacy.html |
Obsługiwane Języki | 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 } |