SafeAddress

We help you to protect your crypto transfers.

Co to jest SafeAddress?

SafeAddress to rozszerzenie Chrome opracowane przez 4CELL Technology, a jego główną funkcją jest „We help you to protect your crypto transfers.”.

Pobierz plik CRX rozszerzenia SafeAddress

Pobierz pliki rozszerzeń SafeAddress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SafeAddress SafeAddress
ID kblfgicbkhnbamjjkccepkmliodffnkg
Oficjalny URL https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg
Opis We help you to protect your crypto transfers.
Rozmiar pliku 580 KB
Liczba instalacji 12
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2018-02-18
Data Publikacji 2018-02-18
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper 4CELL Technology
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}