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 } |