Bitdefender Anti-tracker

Protects your privacy by blocking trackers that collect different type of data everytime you navigate online.

What is Bitdefender Anti-tracker?

Bitdefender Anti-tracker is a Chrome extension developed by Bitdefender, and its main feature is "Protects your privacy by blocking trackers that collect different type of data everytime you navigate online.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bitdefender Anti-tracker Extension CRX File

Download Bitdefender Anti-tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Anti-tracker extension offered by Bitdefender blocks trackers that collect data and allows you to view and manage this information on each website you visit.

- Protects your privacy by blocking trackers
- Speeds up page loading time                    

Extension Basic Information

Name Bitdefender Anti-tracker Bitdefender Anti-tracker
ID khndhdhbebhaddchcgnalcjlaekbbeof
Official URL https://chromewebstore.google.com/detail/bitdefender-anti-tracker/khndhdhbebhaddchcgnalcjlaekbbeof
Description Protects your privacy by blocking trackers that collect different type of data everytime you navigate online.
File Size 335 KB
Installation Count 5,318,532
Current Version 1.5.0.35
Last Updated 2023-11-23
Publish Date 2023-10-17
Rating 3.53/5 Total 151 Ratings
Developer Bitdefender
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.bitdefender.com/site/view/legal-privacy-policy-for-home-users-solutions.html
Supported Languages de,en,fr,nl,vi,tr,es,it,hu,pl,pt-BR,pt-PT,ro,sv,cs,el,ru,th,ja,ko
manifest.json
{
    "manifest_version": 3,
    "version": "1.5.0.35",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "assets\/bdlogo.png"
    },
    "action": {
        "default_icon": "assets\/bdlogo.png",
        "default_title": "__MSG_app_name__",
        "default_popup": "home.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "content_styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*.*\/messages.json",
                "tracking\/trackers.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "nativeMessaging",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "advertising",
                "enabled": true,
                "path": "tracking\/dnr\/advertising.json"
            },
            {
                "id": "analytics",
                "enabled": true,
                "path": "tracking\/dnr\/analytics.json"
            },
            {
                "id": "customer_interaction",
                "enabled": true,
                "path": "tracking\/dnr\/customer_interaction.json"
            },
            {
                "id": "social_media",
                "enabled": true,
                "path": "tracking\/dnr\/social_media.json"
            },
            {
                "id": "essential",
                "enabled": true,
                "path": "tracking\/dnr\/essential.json"
            },
            {
                "id": "domain_cookies",
                "enabled": true,
                "path": "tracking\/dnr\/domain_cookies.json"
            },
            {
                "id": "exceptions",
                "enabled": true,
                "path": "tracking\/dnr\/exceptions.json"
            },
            {
                "id": "special_offers",
                "enabled": true,
                "path": "tracking\/dnr\/special_offers.json"
            }
        ]
    }
}