SafeAddress
We help you to protect your crypto transfers.
Vad är SafeAddress?
SafeAddress är en Chrome-tillägg utvecklad av 4CELL Technology, och dess huvudfunktion är "We help you to protect your crypto transfers.".
Ladda ner SafeAddress-förlängningens CRX-fil
Ladda ner SafeAddress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | kblfgicbkhnbamjjkccepkmliodffnkg |
Officiell webbadress | https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg |
Beskrivning | We help you to protect your crypto transfers. |
Filstorlek | 580 KB |
Antal Installationer | 12 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2018-02-18 |
Publiceringsdatum | 2018-02-18 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | 4CELL Technology |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |