Hidden Fileds Stop Data Leaks
Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.
What is Hidden Fileds Stop Data Leaks?
Hidden Fileds Stop Data Leaks is a Chrome extension developed by http://able2code.com, and its main feature is "Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.".
Extension Screenshots
Download Hidden Fileds Stop Data Leaks Extension CRX File
Download Hidden Fileds Stop Data Leaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | pnhoceohcfofgkffeikhdofbfieilgal |
Official URL | https://chrome.google.com/webstore/detail/hidden-fileds-stop-data-l/pnhoceohcfofgkffeikhdofbfieilgal |
Description | Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks. |
File Size | 83.17 KB |
Installation Count | 207 |
Current Version | 1.9.4.2 |
Last Updated | 2017-01-16 |
Publish Date | 2017-01-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://able2code.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hidden Fileds Stop Data Leaks", "short_name": "NoLeaks", "description": "Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.", "version": "1.9.4.2", "offline_enabled": true, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Hidden Fileds Anti-Data Leaks", "default_icon": "\/images\/def_icon.png", "default_popup": "popup.html" }, "icons": { "128": "\/images\/128.png" }, "permissions": [ "webNavigation", "activeTab", "tabs", "*:\/\/*\/", "storage", "identity", "identity.email" ], "web_accessible_resources": [ "secure.txt" ] } |