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是由Browser Plugs開發的Chrome擴展程式,該擴展的主要功能是“Automatic blocking of all font detection for browser fingerprinting.”。
擴展截圖
下載BP Privacy Block All Font and Glyph Detection擴展crx文件
下載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 |
官方網址 | 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 } |