EZ Bitcoin wallet
EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions.
EZ Bitcoin wallet란 무엇입니까?
EZ Bitcoin wallet은(는) https://ezbtcwallet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions."입니다.
확장 프로그램 스크린샷
EZ Bitcoin wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Online Bitcoin wallet. Be your own bank, take control of your own money and start using Bitcoin today! With EZ Bitcoin wallet you can create Legacy/Segwit/bech32 address and you and only you has access to your private keys. If you need to buy Bitcoin you can use our affiliate partner - Localbitcoins. EZ Bitcoin wallet uses javascript to generate your addresses and sign your transactions within your browser, this means we never receive your private keys. For security reasons, we do not store your data. If you lose your e-mail, password or private key from the bitcoin address, we will not be able to restore your wallet. Different email address and password combination will open different wallets, be careful when entering your details as lost accounts can not be recovered!
확장 프로그램 기본 정보
이름 | EZ Bitcoin wallet |
ID | caalbmclnkldkcgcdkfiapoopikbofnl |
공식 URL | https://chromewebstore.google.com/detail/ez-bitcoin-wallet/caalbmclnkldkcgcdkfiapoopikbofnl |
설명 | EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions. |
파일 크기 | 2.18 MB |
설치 횟수 | 237 |
현재 버전 | 1.02 |
최근 업데이트 | 2021-10-28 |
출시 날짜 | 2021-10-28 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://ezbtcwallet.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ezbtcwallet.com |
도움말 페이지 URL | https://ezbtcwallet.com |
개인정보 보호 정책 페이지 URL | https://ezbtcwallet.com/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Bitcoin wallet", "description": "EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions.", "version": "1.02", "manifest_version": 2, "icons": { "16": "images\/ez_16.png", "48": "images\/ez_48.png", "128": "images\/ez_128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "\/images\/ez_48.png", "default_popup": "index.html" }, "web_accessible_resources": [ "js\/coinbin.js" ], "content_scripts": [ { "js": [ "\/js\/coinbin.js" ], "matches": [ "https:\/\/api.blockcypher.com\/v1\/btc\/main\/addrs\/*\/*", "https:\/\/blockchair.com\/bitcoin\/address\/*\/*", "https:\/\/api.blockcypher.com\/v1\/btc\/main\/*\/*", "https:\/\/live.blockcypher.com\/btc\/tx\/*\/*", "https:\/\/ezbtcwallet.com\/api\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |