BP Privacy Block All Font and Glyph Detection
Automatic blocking of all font detection for browser fingerprinting.
Cos'è BP Privacy Block All Font and Glyph Detection?
BP Privacy Block All Font and Glyph Detection è un'estensione di Chrome sviluppata da Browser Plugs, e la sua funzione principale è "Automatic blocking of all font detection for browser fingerprinting.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BP Privacy Block All Font and Glyph Detection
Scarica i file di estensione BP Privacy Block All Font and Glyph Detection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bfoidacjeobbnkpoemlfllfmmnbogcig |
URL Ufficiale | https://chrome.google.com/webstore/detail/bp-privacy-block-all-font/bfoidacjeobbnkpoemlfllfmmnbogcig |
Descrizione | Automatic blocking of all font detection for browser fingerprinting. |
Dimensione del File | 31.63 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2018-08-18 |
Data di Pubblicazione | 2018-08-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Browser Plugs |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.browserplugs.com |
URL della Pagina della Politica sulla Privacy | https://www.browserplugs.com/privacy-policy |
Lingue Supportate | 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 } |