BP Privacy Block All Font and Glyph Detection

Automatic blocking of all font detection for browser fingerprinting.

Was ist BP Privacy Block All Font and Glyph Detection?

BP Privacy Block All Font and Glyph Detection ist eine Chrome-Erweiterung, die von Browser Plugs entwickelt wurde, und ihr Hauptmerkmal ist "Automatic blocking of all font detection for browser fingerprinting.".

Erweiterungsscreenshots

screenshot
screenshot

BP Privacy Block All Font and Glyph Detection-Erweiterungs-CRX-Datei herunterladen

Laden Sie BP Privacy Block All Font and Glyph Detection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Block detection of installed device fonts to prevent fingerprinting without changing website fonts or appearance or functionality.

Simple and automatic extension will show 0 fonts detected and no unique glyph for each base type.

Version 2.0 released August 18th, 2018. This extension is now more difficult to detect by aggressive fingerprinting scripts, no longer requires any permissions of any kind, improves reliability, and keeps you protected while improving compatibility with your favorite websites and services.                    

Grundlegende Informationen zur Erweiterung

Name BP Privacy Block All Font and Glyph Detection BP Privacy Block All Font and Glyph Detection
ID bfoidacjeobbnkpoemlfllfmmnbogcig
Offizielle URL https://chrome.google.com/webstore/detail/bp-privacy-block-all-font/bfoidacjeobbnkpoemlfllfmmnbogcig
Beschreibung Automatic blocking of all font detection for browser fingerprinting.
Dateigröße 31.63 KB
Installationsanzahl 8,000
Aktuelle Version 2.0.1
Letztes Update 2018-08-18
Veröffentlichungsdatum 2018-08-18
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Browser Plugs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.browserplugs.com
URL der Datenschutzrichtlinien-Seite https://www.browserplugs.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BP Privacy Block All Font and Glyph Detection",
    "description": "Automatic blocking of all font detection for browser fingerprinting.",
    "version": "2.0.1",
    "author": "Browser Plugs",
    "homepage_url": "https:\/\/www.BrowserPlugs.com",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Browser Plugs is Blocking All Font Glyph Detection"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "web_accessible_resources": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}