AdBlock Doctor
Ad Block Doctor cures the web from Ads by blocking them at their origin
AdBlock Doctor क्या है?
AdBlock Doctor Adblock Origin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ad Block Doctor cures the web from Ads by blocking them at their origin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AdBlock Doctor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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 } |