SafeAddress

We help you to protect your crypto transfers.

Wat is SafeAddress?

SafeAddress is een Chrome-extensie ontwikkeld door 4CELL Technology, en de belangrijkste functie is "We help you to protect your crypto transfers.".

Download het CRX-bestand van de extensie SafeAddress

Download SafeAddress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
Officiële URL https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
Beschrijving We help you to protect your crypto transfers.
Bestandsgrootte 580 KB
Aantal Installaties 12
Huidige Versie 1.0.6
Laatst Bijgewerkt 2018-02-18
Publicatiedatum 2018-02-18
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar 4CELL Technology
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}