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
Eメール [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"
    ]
}