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
}