SafeAddress

We help you to protect your crypto transfers.

什么是SafeAddress?

SafeAddress是由4CELL Technology开发的Chrome扩展程序,该扩展的主要功能是“We help you to protect your crypto transfers.”。

下载SafeAddress扩展crx文件

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

扩展使用说明

                        Safe Address! This plugin has been developed to prevent malwares to change your destination address when you try to transfer coins to other wallets, with SafeAddress you will be safe.
It will safe to transfer for Cryptos: Bitcoin, Ripple, TRON, IOTA, NEM, NEO, Ethereum, Bitcoin Cash, Cardano, Litecoin, Stellar, EOS.                    

扩展基本信息

名称 SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
官方URL https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
简介 We help you to protect your crypto transfers.
文件大小 580 KB
安装次数 12
当前版本 1.0.6
更新时间 2018-02-18
上架时间 2018-02-18
评分 5.00/5 共3次评分
开发者 4CELL Technology
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SafeAddress",
    "description": "We help you to protect your crypto transfers.",
    "short_name": "SafeAddress",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}