CanvasFingerprintBlock
Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint.
CanvasFingerprintBlockคืออะไร?
CanvasFingerprintBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://appodrome.net และคุณลักษณะหลักของมันคือ "Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CanvasFingerprintBlock
ดาวน์โหลดไฟล์ส่วนขยาย CanvasFingerprintBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IMPORTANT: If the extension does not work on a specific site, please post the details in the SUPPORT section, as this will help me fix it. It is pointless to complain that it doesn’t work without posting the details. Thank you. RELEASES Version 1.5 (2016-Mar-06) • Updated script-injection technique so that it works also on pages with strict CSP. Version 1.4 (2016-Mar-05) • Extension was (unnecessarily) trying to patch functions in a cross-origin frame (like Hangouts frame in GMail, Disqus frame in several sites, etc.) from within the outer window. This was breaking the sites’ functionality; now this is avoided. Version 1.3 (2016-Feb-28) • Blocked iframe[@sandbox] canvas reads are now shown properly inside popup • More detailed information per blocking Version 1.2 (2016-Feb-27) • Now also blocks read attempts from canvas inside a sandboxed iframe element DETAILS Canvas Fingerprinting is one of latest technologies being adopted by websites to track visitors without using cookies. Such websites do this by painting an image on a hidden HTML
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipmjngkmngdcdpmgmiebdmfbkcecdndc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/canvasfingerprintblock/ipmjngkmngdcdpmgmiebdmfbkcecdndc |
คำอธิบาย | Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint. |
ขนาดไฟล์ | 12.71 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-03-06 |
วันที่เผยแพร่ | 2016-03-06 |
คะแนน | 3.27/5 รวมทั้งหมด 60 คะแนน |
ผู้พัฒนา | http://appodrome.net |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.appodrome.net |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CanvasFingerprintBlock", "version": "1.5", "description": "Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "page_action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" } }, "author": "Edward Grech", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |