Hidden Fileds Stop Data Leaks

Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.

什么是Hidden Fileds Stop Data Leaks?

Hidden Fileds Stop Data Leaks是由http://able2code.com开发的Chrome扩展程序,该扩展的主要功能是“Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.”。

扩展截图

screenshot

下载Hidden Fileds Stop Data Leaks扩展crx文件

下载Hidden Fileds Stop Data Leaks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Hidden Fileds Stop Data Leaks Hidden Fileds Stop Data Leaks
ID pnhoceohcfofgkffeikhdofbfieilgal
官方URL https://chrome.google.com/webstore/detail/hidden-fileds-stop-data-l/pnhoceohcfofgkffeikhdofbfieilgal
简介 Unveil hidden input fields autocompleted by your browser, protecting you against personal data and credit card data leaks.
文件大小 83.17 KB
安装次数 207
当前版本 1.9.4.2
更新时间 2017-01-16
上架时间 2017-01-16
评分 5.00/5 共1次评分
开发者 http://able2code.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}