Keyboard Privacy
Prevents behavioral profiling by randomizing the rate at which characters reach the DOM.
Keyboard Privacy क्या है?
Keyboard Privacy Urity Group द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents behavioral profiling by randomizing the rate at which characters reach the DOM."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyboard Privacy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Prevents behavioral profiling by randomizing the rate at which characters reach the DOM. v2.7 Updated 30/10/19: Updated to reflect changes in the industry and ensure every type of input is protected. v2.5 Updated 20/08/16: Fixed lag caused by numerous textarea inputs on a given page. Increased default "dwell" and "gap" times to 200ms. Tested against BehavioSec 20/08/16 with a 0.02% (RED) result. Notice: This is a proof-of-concept plugin, following research by two independent security professionals (Paul Moore & Per Thorsheim). See https://paul.reviews/behavioral-profiling-the-password-you-cant-change/ for more details.
एक्सटेंशन की मूल जानकारी
नाम | Keyboard Privacy |
ID | aoeboeflhhnobfjkafamelopfeojdohk |
आधिकारिक URL | https://chromewebstore.google.com/detail/keyboard-privacy/aoeboeflhhnobfjkafamelopfeojdohk |
विवरण | Prevents behavioral profiling by randomizing the rate at which characters reach the DOM. |
फ़ाइल का आकार | 63.53 KB |
स्थापना संख्या | 3,730 |
वर्तमान संस्करण | 2.7 |
अंतिम अपडेट | 2019-11-01 |
प्रकाशन तिथि | 2019-10-30 |
रेटिंग | 4.09/5 कुल 23 रेटिंग्स |
डेवलपर | Urity Group |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://paul.reviews/behavioral-profiling-the-password-you-cant-change/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "icons\/icon_safe.png", "default_popup": "popup.html", "icons": [ "icons\/icon_safe.png" ], "name": "Keyboard Privacy" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Prevents behavioral profiling by randomizing the rate at which characters reach the DOM.", "homepage_url": "https:\/\/paul.reviews\/behavioral-profiling-the-password-you-cant-change\/", "icons": { "128": "icons\/icon_safe128.png", "16": "icons\/icon_safe16.png", "48": "icons\/icon_safe.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhB3dA2clPF5pVrooKXXb7Z21EAi0NDRj4ZxA1lHtMdZtcpBHbrqgY7iE9521ly9KucX0LJtqESV8lV8Uu0ETI1JF4XuIkQdkCclu9oV2pvm+jInL\/3uqs4TOy6c3CsjnaEMHUGdmJb1WO6nJ25+p6tp5TjNKrfjoZRjZ50eqJKqny4QaKLUxw9E3J0LteSQn3LRtLIJ69gsM8N5REvo0yLXAnjLmKH24tgVzREqdf9Q04psahKjYrlqephQJw3ZZq5LzdxU2y48YztNP8MxALh8RH4Fph8H9otPQXrqszcH1XhRbZfInOAF5WlMuaxTjbhg+1xS8pOkpniX684udBQIDAQAB", "manifest_version": 2, "name": "Keyboard Privacy", "permissions": [ "tabs", "activeTab", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.7" } |