Blade – Hedera Web3 Digital Wallet

A Hedera Hashgraph Wallet in your Browser

Blade – Hedera Web3 Digital Walletคืออะไร?

Blade – Hedera Web3 Digital Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bladewallet.io และคุณลักษณะหลักของมันคือ "A Hedera Hashgraph Wallet in your Browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blade – Hedera Web3 Digital Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Blade – Hedera Web3 Digital Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Blade Wallet - fully audited self-custody web3 digital wallet with enterprise-grade security - transfer digital assets safely, economically, and within seconds.

There are a lot of reasons why Blade Wallet is the most popular web3 wallet on Hedera, from its enterprise-grade security to the list of global partners. Designed to be simple, seamless, and secure. You can buy, sell, stake, swap, trade & collect with the fastest growing, fully audited, and regularly tested dual network Hedera wallet. Unlock the power of web3 with Blade. 

ENTERPRISE-GRADE SECURITY
Blade Wallet is the fastest-growing, security-audited web3 wallet on the Hedera network. The wallet’s security architecture was strategically engineered and is diligently reviewed and  updated in line with  leading industry best practice. 

NFTs, GAMING AND SO MUCH MORE!
Blade is championing a new course of utility NFTs for brands and businesses. As an end user, you can  simply, seamlessly, and securely transact your favorite Hedera and Ethereum tokens and enjoy Play2Earn gaming. You can also manage your NFTs and use them to access token-gated platforms and claim exclusive rewards.

UNLOCK THE POWER OF WEB3 WITH BLADE
Blade Wallet is a powerful choice for top web2 brands and businesses who want to enter into the world of web3. Leading web3 brands and businesses are also choosing Blade Wallet thanks to its innovative features that allow businesses to achieve their goals seamlessly. 

Download Blade Wallet to get the ultimate Web3 experience.
Learn more at bladewallet.io                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blade – Hedera Web3 Digital Wallet Blade – Hedera Web3 Digital Wallet
ID abogmiocnneedmmepnohnhlijcjpcifd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blade-%E2%80%93-hedera-web3-digit/abogmiocnneedmmepnohnhlijcjpcifd
คำอธิบาย A Hedera Hashgraph Wallet in your Browser
ขนาดไฟล์ 26.75 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2022-02-21
คะแนน 3.33/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://bladewallet.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bladewallet.io/
URL หน้าช่วยเหลือ https://help.bladewallet.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.bladewallet.io/privacy-policy
ภาษาที่รองรับ id,en,fil,es,hi,bn,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *; img-src 'self' data: https:"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.5.4",
    "default_locale": "en",
    "permissions": [
        "system.display",
        "storage",
        "alarms",
        "scripting",
        "gcm",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "BackgroundBoot.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/widget.changelly.com\/*",
                "https:\/\/code.gist.build\/renderer\/*",
                "https:\/\/verify.walletconnect.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js",
                "styles\/content-script.css",
                "fonts\/*",
                "img\/*",
                "animations\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dcentwallet.com\/*"
        ]
    },
    "action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    }
}