SafeAddress

We help you to protect your crypto transfers.

SafeAddress là gì?

SafeAddress là một tiện ích mở rộng Chrome được phát triển bởi 4CELL Technology, và tính năng chính của nó là "We help you to protect your crypto transfers.".

Tải xuống tệp CRX của tiện ích mở rộng SafeAddress

Tải xuống các tệp mở rộng SafeAddress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
URL Chính Thức https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
Mô tả We help you to protect your crypto transfers.
Kích Thước Tệp 580 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2018-02-18
Ngày Phát Hành 2018-02-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển 4CELL Technology
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}