BP Privacy Block All Font and Glyph Detection
Automatic blocking of all font detection for browser fingerprinting.
¿Qué es BP Privacy Block All Font and Glyph Detection?
BP Privacy Block All Font and Glyph Detection es una extensión de Chrome desarrollada por Browser Plugs, y su función principal es "Automatic blocking of all font detection for browser fingerprinting.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión BP Privacy Block All Font and Glyph Detection
Descarga archivos de extensión BP Privacy Block All Font and Glyph Detection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | bfoidacjeobbnkpoemlfllfmmnbogcig |
URL Oficial | https://chrome.google.com/webstore/detail/bp-privacy-block-all-font/bfoidacjeobbnkpoemlfllfmmnbogcig |
Descripción | Automatic blocking of all font detection for browser fingerprinting. |
Tamaño del Archivo | 31.63 KB |
Cantidad de Instalaciones | 8,000 |
Versión Actual | 2.0.1 |
Última Actualización | 2018-08-18 |
Fecha de Publicación | 2018-08-18 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Browser Plugs |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.browserplugs.com |
URL de la Página de Política de Privacidad | https://www.browserplugs.com/privacy-policy |
Idiomas Soportados | 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 } |