Web Ad Blocker

Blocks web ads and web activity trackers, helping your pages load faster and protecting your privacy.

Τι είναι το Web Ad Blocker;

Το Web Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webadblocker.org, και η κύρια λειτουργία του είναι "Blocks web ads and web activity trackers, helping your pages load faster and protecting your privacy.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Ad Blocker

Λήψη αρχείων επέκτασης Web Ad Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Web Ad Blocker is the premier security and privacy application that blocks ads, trackers, and enhances your privacy by blocking companies that track your internet presence.

Types of ads we block:

- Block Ads (Ads in header, footer, sidebars, and other ways)
- Block Popups (Fake Blue Screen & Microsoft Support)
- Block Pop-Exits (When you try to close a website and they bombard you with ads)
- Block Remarketing (Where they deliver thousands of targeted ads by seeing what you searched for)

Types of trackers we block:

- History (Where you have been on the internet)
- Malicious (Trackers that try to trick you into doing something)
- Personal Identifiable Information (We mask any information that could be used to identity you)

With Web Ad Blocker, you get:

- Unlimited Ad Blocking
- Continuous Updates to Filters and Applications
- Licenses for up to 3 Devices
- US-Based Customer Service

Web Ad Blocker is a US-based business that only develops and deploys applications that enhance the user experience on PCs and Macs. All of our applications are built and maintained right here in Plantation, FL.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Ad Blocker Web Ad Blocker
ID fifcailncnlobddlehplcimgnehnldio
Επίσημο URL https://chromewebstore.google.com/detail/web-ad-blocker/fifcailncnlobddlehplcimgnehnldio
Περιγραφή Blocks web ads and web activity trackers, helping your pages load faster and protecting your privacy.
Μέγεθος Αρχείου 343 KB
Αριθμός Εγκαταστάσεων 63,938
Τρέχουσα Έκδοση 4.4.5
Τελευταία Ενημέρωση 2024-02-24
Ημερομηνία Δημοσίευσης 2020-06-20
Αξιολόγηση 4.39/5 Συνολικά 98 Αξιολογήσεις
Προγραμματιστής https://webadblocker.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://webadblocker.org/help
URL της Σελίδας Πολιτικής Απορρήτου https://webadblocker.org/policy-privacy
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "panel.html",
        "default_title": "Web Ad Blocker"
    },
    "author": {
        "email": "[email protected]",
        "name": "WebAdBlocker.org"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "content.css"
            ],
            "js": [
                "modules\/jquery-3.6.0.min.js",
                "modules\/common.js",
                "modules\/storage.js",
                "modules\/sset.js",
                "modules\/idb.js",
                "modules\/wlist.js",
                "modules\/lic.js",
                "modules\/totals.js",
                "modules\/tutorial.js",
                "modules\/foot.js",
                "modules\/head.js",
                "filters\/hosts.js",
                "filters\/sel.js",
                "filters\/extra.js",
                "filters\/fb.js",
                "filters\/yt.js",
                "filters\/search.js",
                "filters\/track.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "Blocks web ads and web activity trackers, helping your pages load faster and protecting your privacy.",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/logo-128.png",
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "minimum_chrome_version": "101",
    "name": "Web Ad Blocker",
    "optional_permissions": [],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "scripting"
    ],
    "short_name": "WAB",
    "version": "4.4.5",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "tutorial.html",
                "foot.html",
                "foot2.html",
                "head.html"
            ]
        }
    ]
}