Font Glyph Fingerprint Privacy Whitelist
Automatic white list of common default Windows 10 fonts
Font Glyph Fingerprint Privacy Whitelistคืออะไร?
Font Glyph Fingerprint Privacy Whitelist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Browser Plugs และคุณลักษณะหลักของมันคือ "Automatic white list of common default Windows 10 fonts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Glyph Fingerprint Privacy Whitelist
ดาวน์โหลดไฟล์ส่วนขยาย Font Glyph Fingerprint Privacy Whitelist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Version 1.5.1 updated August 18, 2018 adds the latest compatibility improvements, and now requires no special permissions of any kind. This will block font and glyph fingerprinting from any sneaky website that tries to gather a list of installed fonts for the purpose of tracking and profiling your browser and device. This extension is to only allow the default list of fonts that came installed with Windows to be detected. This doesn't change the look of any website and is very lightweight. Plug-and-play to work automatically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifcgiggjkkppkanmpejocdlbihnnhomc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/font-glyph-fingerprint-pr/ifcgiggjkkppkanmpejocdlbihnnhomc |
คำอธิบาย | Automatic white list of common default Windows 10 fonts |
ขนาดไฟล์ | 48.41 KB |
จำนวนการติดตั้ง | 482 |
เวอร์ชันปัจจุบัน | 1.5.2 |
อัปเดตครั้งล่าสุด | 2018-08-18 |
วันที่เผยแพร่ | 2018-08-18 |
คะแนน | 4.75/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": "Font Glyph Fingerprint Privacy Whitelist", "description": "Automatic white list of common default Windows 10 fonts", "short_name": "Font Fingerprint Privacy Whitelist", "version": "1.5.2", "author": "Browser Plugs", "homepage_url": "https:\/\/www.BrowserPlugs.com", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/64.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Browser Plugs for Font Glyph Privacy Whitelist" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "web_accessible_resources": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "manifest_version": 2 } |