CanvasFingerprintBlock
Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint.
CanvasFingerprintBlock क्या है?
CanvasFingerprintBlock http://appodrome.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your privacy. Prevent webpages from tracking you by your browser's HTML canvas fingerprint."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CanvasFingerprintBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |