SafeAddress
We help you to protect your crypto transfers.
SafeAddressとは何ですか?
SafeAddressは4CELL Technologyによって開発されたChromeの拡張機能で、その主な機能は「We help you to protect your crypto transfers.」です。
SafeAddress拡張機能のCRXファイルをダウンロード
SafeAddress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | kblfgicbkhnbamjjkccepkmliodffnkg |
公式URL | https://chrome.google.com/webstore/detail/safeaddress/kblfgicbkhnbamjjkccepkmliodffnkg |
説明 | We help you to protect your crypto transfers. |
ファイルサイズ | 580 KB |
インストール数 | 12 |
現在のバージョン | 1.0.6 |
最終更新日 | 2018-02-18 |
公開日 | 2018-02-18 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | 4CELL Technology |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |