SafeAddress

We help you to protect your crypto transfers.

Was ist SafeAddress?

SafeAddress ist eine Chrome-Erweiterung, die von 4CELL Technology entwickelt wurde, und ihr Hauptmerkmal ist "We help you to protect your crypto transfers.".

SafeAddress-Erweiterungs-CRX-Datei herunterladen

Laden Sie SafeAddress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
Offizielle URL https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
Beschreibung We help you to protect your crypto transfers.
Dateigröße 580 KB
Installationsanzahl 12
Aktuelle Version 1.0.6
Letztes Update 2018-02-18
Veröffentlichungsdatum 2018-02-18
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler 4CELL Technology
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}