XTON wallet

TON blockchain wallet allows you to create new accounts, make backups, restore them, send transactions and much more.

XTON walletคืออะไร?

XTON wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xtonwallet.com และคุณลักษณะหลักของมันคือ "TON blockchain wallet allows you to create new accounts, make backups, restore them, send transactions and much more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        XTON wallet for TON blockchain wallet allows you creating new accounts, make backups, restore them, send transactions and much more. You will be able to transfer TONCOIN/tokens between accounts quickly and securely.
The list from some key features:
- non-custodial
- keystore - backup/restore (with hint)
- auto logout feature
- storing in encrypted indexedDb
- notice about desirable backup
- notification about transactions
- pin code
- web3 like interface
- own keystrore file format for the quick migration between devices
- supporting decentralized applications (DApp)
- Jettons/NFT
- TON Connect 2.0
Fast work. State-of-the-art security. Multi accounts, TON proxy, authorization using keys, swap and exchange between different blockchain networks, Dex, work with smart contracts. View the source code on Github: https://github.com/xtonwallet/web-extension                    

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

ชื่อ XTON wallet XTON wallet
ID cjookpbkjnpkmknedggeecikaponcalb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xton-wallet/cjookpbkjnpkmknedggeecikaponcalb
คำอธิบาย TON blockchain wallet allows you to create new accounts, make backups, restore them, send transactions and much more.
ขนาดไฟล์ 1.45 MB
จำนวนการติดตั้ง 399
เวอร์ชันปัจจุบัน 2.3.3
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2022-12-08
ผู้พัฒนา https://xtonwallet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xtonwallet.com
URL หน้าช่วยเหลือ https://docs.xtonwallet.com/support.html
URL หน้านโยบายความเป็นส่วนตัว https://docs.xtonwallet.com/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/xtonwallet.com\/",
    "version": "2.3.3",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "manifest_version": 3,
    "author": "XTON wallet developers",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+W",
                "mac": "Alt+Shift+W",
                "chromeos": "Alt+Shift+W",
                "linux": "Alt+Shift+W"
            }
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "assets\/img\/icon-32.png",
        "default_title": "XTON wallet",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "nativeMessaging",
        "notifications",
        "proxy",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: http: https:; connect-src https: http:\/\/localhost:7777"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "inpage.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}