EZ Bitcoin wallet

EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions.

EZ Bitcoin walletคืออะไร?

EZ Bitcoin wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ezbtcwallet.com และคุณลักษณะหลักของมันคือ "EZ Bitcoin wallet for creating new bitcoin addresses, creating and broadcasting new bitcoin transactions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EZ Bitcoin wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}