SafeAddress

We help you to protect your crypto transfers.

Apa itu SafeAddress?

SafeAddress adalah ekstensi Chrome yang dikembangkan oleh 4CELL Technology, dan fitur utamanya adalah "We help you to protect your crypto transfers.".

Unduh Berkas CRX Ekstensi SafeAddress

Unduh file ekstensi SafeAddress dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
URL Resmi https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
Deskripsi We help you to protect your crypto transfers.
Ukuran File 580 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2018-02-18
Tanggal Publikasi 2018-02-18
Penilaian 5.00/5 Total 3 Penilaian
Pengembang 4CELL Technology
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}