Uniton - TON (Toncoin) Wallet

Uniton friendly crypto wallet is a true, non-custodial TON wallet. Client-side interface helping you interact with TON blockchain.

Uniton - TON (Toncoin) Walletคืออะไร?

Uniton - TON (Toncoin) Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://libermall.com และคุณลักษณะหลักของมันคือ "Uniton friendly crypto wallet is a true, non-custodial TON wallet. Client-side interface helping you interact with TON blockchain."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uniton - TON (Toncoin) Wallet

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

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

                        Uniton is an extension for easy access to the world of web3 on The Open Network ecosystems directly in your browser. A non-custodial wallet that tracks no data and leaves you in complete control of your assets!  

Everything in the TON blockchain made easy. A crypto wallet reimagined for DeFi & NFTs. With Uniton Wallet, users have full control over their digital assets.

Do More With Your Crypto
— Easy access to the world of web3
— Buy token with a few clicks
— Instant transactions with super low fees
— A beautiful home for your NFTs and tokens
— View and manage all of your NFTs across different chains
— View and manage all your tokens
— Send and receive tokens from the extension

We Keep You Safe
— View balances of your assets
— Sign messages
— Confirm transactions
— Your privacy is 100% respected
— One recovery phrase for ALL chains!
— Use all your favorite TON dapps 

The Most Advanced TON Wallet
— Stake your tokens with a couple clicks
— Import your existing addresses
— Built-in swapping is quick and easy
— You have full control over your assets
— Independently audited by top security firms
— Get the best deals when swapping between tokens

The friendly crypto wallet for tokens, NFTs, and Defi on Web3. Uniton makes it easy, safe, and fun for everyone to explore all that Web3 has to offer. Just deposit some Toncoin into Uniton and get started with Web3 today!                    

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

ชื่อ Uniton - TON (Toncoin) Wallet Uniton - TON (Toncoin) Wallet
ID cdpdjfhimjdmbakdbabcklagceoikifg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uniton-ton-toncoin-wallet/cdpdjfhimjdmbakdbabcklagceoikifg
คำอธิบาย Uniton friendly crypto wallet is a true, non-custodial TON wallet. Client-side interface helping you interact with TON blockchain.
ขนาดไฟล์ 3.38 MB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2022-10-01
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://libermall.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://roskassa.net
URL หน้าช่วยเหลือ https://tegro.money/my/login/
URL หน้านโยบายความเป็นส่วนตัว https://tegro.money/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "Uniton - TON (Toncoin) Wallet",
    "description": "Uniton friendly crypto wallet is a true, non-custodial TON wallet. Client-side interface helping you interact with TON blockchain.",
    "icons": {
        "36": "\/android-icon-36x36.png",
        "48": "\/android-icon-48x48.png",
        "72": "\/android-icon-72x72.png",
        "96": "\/android-icon-96x96.png",
        "144": "\/android-icon-144x144.png",
        "192": "\/android-icon-192x192.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Uniton - TON Wallet",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/extension\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/extension\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "js\/extension\/provider.js"
            ]
        }
    ],
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}