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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic blocking of all font detection for browser fingerprinting."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BP Privacy Block All Font and Glyph Detection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |