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
官方網址 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'"
}