SafeAddress
We help you to protect your crypto transfers.
What is SafeAddress?
SafeAddress is a Chrome extension developed by 4CELL Technology, and its main feature is "We help you to protect your crypto transfers.".
Download SafeAddress Extension CRX File
Download SafeAddress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kblfgicbkhnbamjjkccepkmliodffnkg |
Official URL | https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg |
Description | We help you to protect your crypto transfers. |
File Size | 580 KB |
Installation Count | 12 |
Current Version | 1.0.6 |
Last Updated | 2018-02-18 |
Publish Date | 2018-02-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | 4CELL Technology |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |