SafeAddress
We help you to protect your crypto transfers.
Cos'è SafeAddress?
SafeAddress è un'estensione di Chrome sviluppata da 4CELL Technology, e la sua funzione principale è "We help you to protect your crypto transfers.".
Scarica il file CRX dell'estensione SafeAddress
Scarica i file di estensione SafeAddress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kblfgicbkhnbamjjkccepkmliodffnkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg |
Descrizione | We help you to protect your crypto transfers. |
Dimensione del File | 580 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2018-02-18 |
Data di Pubblicazione | 2018-02-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | 4CELL Technology |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |