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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載EZ Bitcoin wallet擴展crx文件

下載EZ Bitcoin wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 EZ Bitcoin wallet
ID caalbmclnkldkcgcdkfiapoopikbofnl
官方網址 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'"
}