BOLT X

Bolt-X crypto-wallet extension

BOLT Xคืออะไร?

BOLT X เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bolt.global และคุณลักษณะหลักของมันคือ "Bolt-X crypto-wallet extension"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BOLT X

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

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

                        BoltX is more than just a crypto wallet – it is a secure, fun, and easy way to get started with the world of crypto. You can use BoltX to send, receive, and store Ethereum, Zilliqa and many other cryptocurrencies, including viewing and sending NFTs. 

We are a multi-chain wallet - BoltX allows you to access distributed applications deployed on the Ethereum and Zilliqa blockchain protocols. The BoltX extension injects an object into every website's javascript context so that decentralized applications can interact with your wallet, and you can interact with the application.

Why you’ll love BoltX:
- Bring your own wallet by importing your secret recovery phrase from other wallets such as Trust Wallet, Rainbow Wallet, ZilPay or Metamask
- A simple interface and clean design to elevate the user experience
- View your crypto portfolio value in one glance on the homepage
- Full transaction history for everything that has happened within your wallet
- View your NFT collectibles in your very own NFT Gallery
- Custom support for custom Ethereum (ERC-20) and Zilliqa (ZRC-2) tokens
- Custom support for NFT collectibles (fetched via contract address)
- Exciting new features added every single month!

Visit http://boltx.app/ to learn more about what we do.                    

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

ชื่อ BOLT X BOLT X
ID aodkkagnadcbobfpggfnjeongemjbjca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bolt-x/aodkkagnadcbobfpggfnjeongemjbjca
คำอธิบาย Bolt-X crypto-wallet extension
ขนาดไฟล์ 4.97 MB
จำนวนการติดตั้ง 507
เวอร์ชันปัจจุบัน 0.1.8
อัปเดตครั้งล่าสุด 2022-08-17
วันที่เผยแพร่ 2021-08-28
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://bolt.global
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://boltx.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BOLT X",
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png",
        "default_title": "Bolt-X"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "inpage.bundle.js"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "0.1.8",
    "short_name": "Bolt-X wallet",
    "description": "Bolt-X crypto-wallet extension"
}