AntiBrowserSpy TrackingBlocker

Protects you efficiently from advertising and espionage traps.

Co to jest AntiBrowserSpy TrackingBlocker?

AntiBrowserSpy TrackingBlocker to rozszerzenie Chrome opracowane przez Abelssoft GmbH, a jego główną funkcją jest „Protects you efficiently from advertising and espionage traps.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AntiBrowserSpy TrackingBlocker

Pobierz pliki rozszerzeń AntiBrowserSpy TrackingBlocker 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

                        Do you want to be spied on while surfing? See, neither do we! Therefore we developed the modern Abelssoft TrackingBlocker!

Usage: The on/off button when clicking the icon is used to switch on/off the TrackingBlocker of the current web page. This only affects the currently visited website and not all websites.

*** For users who are not geeks ***

Many blockers are very overloaded or come with complicated lists and settings that normal people find difficult to understand. 


Modern design
Very easy operation
No technical knowledge required


*** Safe is safe ***

Although the Abelssoft TrackingBlocker comes without all the technical gadgets, there is a lot of power and clever algorithms that protect you from spying on your data. With this tool you are well prepared!


Supports all major anti-tracking standards
Continuously updates thousands of filter lists in the background
Low memory consumption of your PC


*** Completes AntiBrowserSpy ***

The Abelssoft TrackingBlocker perfectly complements the security program AntiBrowserSpy for Windows PCs. The program turns off the spying functions in your browser and deletes surfing tracks reliably. 


Disable spy functions of the browser
Deletes specific surf tracks: browser cache, history and cookies
Stealth Mode: The camouflage cap changes the UserAgent text regularly. This way your 'fingerprint' is changed over and over again and can no longer be assigned to a person.


Get AntiBrowserSpy and you get all functions of the TrackingBlocker unlimited!                    

Podstawowe informacje o rozszerzeniu

Nazwa AntiBrowserSpy TrackingBlocker AntiBrowserSpy TrackingBlocker
ID fbaehclpjdagageajpnkifphjljjdpmf
Oficjalny URL https://chrome.google.com/webstore/detail/antibrowserspy-trackingbl/fbaehclpjdagageajpnkifphjljjdpmf
Opis Protects you efficiently from advertising and espionage traps.
Rozmiar pliku 3.51 MB
Liczba instalacji 11,743
Aktualna Wersja 1.17.5
Ostatnia Aktualizacja 2022-09-19
Data Publikacji 2018-11-23
Ocena 4.10/5 Łącznie 10 Oceny
Deweloper Abelssoft GmbH
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.abelssoft.de/de/datenschutz
Obsługiwane Języki id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Abelssoft GmbH",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "AntiBrowserSpy TrackingBlocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "de",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "51.0",
    "name": "AntiBrowserSpy TrackingBlocker",
    "optional_permissions": [
        "file:\/\/\/*"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "nativeMessaging"
    ],
    "short_name": "AntiBrowserSpy TrackingBlocker",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.17.5",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}