BP Privacy Block All Font and Glyph Detection
Automatic blocking of all font detection for browser fingerprinting.
Τι είναι το BP Privacy Block All Font and Glyph Detection;
Το BP Privacy Block All Font and Glyph Detection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Browser Plugs, και η κύρια λειτουργία του είναι "Automatic blocking of all font detection for browser fingerprinting.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BP Privacy Block All Font and Glyph Detection
Λήψη αρχείων επέκτασης BP Privacy Block All Font and Glyph Detection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bfoidacjeobbnkpoemlfllfmmnbogcig |
Επίσημο URL | https://chrome.google.com/webstore/detail/bp-privacy-block-all-font/bfoidacjeobbnkpoemlfllfmmnbogcig |
Περιγραφή | Automatic blocking of all font detection for browser fingerprinting. |
Μέγεθος Αρχείου | 31.63 KB |
Αριθμός Εγκαταστάσεων | 8,000 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2018-08-18 |
Ημερομηνία Δημοσίευσης | 2018-08-18 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Browser Plugs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.browserplugs.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.browserplugs.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |