Trust Wallet

Secure crypto wallet to access your digital assets across multiple networks.

What is Trust Wallet?

Trust Wallet is a Chrome extension developed by https://trustwallet.com, and its main feature is "Secure crypto wallet to access your digital assets across multiple networks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Trust Wallet Extension CRX File

Download Trust Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing the biggest update in Trust Wallet history–featuring our reimagined brand and revamped extension! Here’s what’s new:

- NEW LOOK: We've given the app a complete makeover, featuring bold new colors and designs, along with a more intuitive user interface.

- SIMPLIFIED NAVIGATION: Enjoy smoother onboarding, a re-organized home screen, and handy features like easy wallet switching, asset filtering and more.

---

The Trust Wallet Browser Extension is a secure multi-chain crypto wallet and gateway to thousands of Web3 decentralized applications (dApps).

Trust Wallet is already “trusted” and used by 60 million devices, and our wallet extension makes Web3 much easier to use and more accessible.

Because Web3 dApps are typically designed for desktop-sized screens, a lot of people prefer using desktop browsers for exploring Web3. So we're meeting you where you are and how you want to experience crypto — whether that’s on mobile or now on desktop.

The Extension supports 9+ million tokens out of the box with true multi-chain support including Ethereum, Solana, and all EVM chains. Multi-chain support also means the freedom to seamlessly explore Web3 dApps.

So what can you do with dApps?

Swap tokens for the best prices, earn rewards on your crypto, play popular Web3 games, access the metaverse, and everything in between. 

With the Extension, you can:

Instantly turn your desktop browser into a powerful self-custody Web3 wallet and gateway to thousands of decentralized applications.

Securely store, send and receive crypto from family and friends, or your exchange account. We support Ethereum (ETH), Solana (SOL), BNB Chain (BNB), Polygon (MATIC), our own token (TWT), and 9 million more tokens!

Connect your Ledger hardware wallet to access Web3 while keeping your private keys completely offline.

Add, import, and manage multiple wallets all in one place using the “multi-wallet” feature.

Use Testnets, which allows you to experiment with cryptocurrencies in a controlled environment.

Securely import other crypto wallets like MetaMask, Coinbase Wallet, and more. Easily import mobile wallets and browser wallets.

Take advantage of our “plug and play” network auto-detect feature, which makes connecting to dApps quick and easy.

Dive into more advanced features (if you consider yourself a crypto techie) like adding custom tokens, custom networks, and even Testnets! 

Ready to turn your desktop browser into your go-to Ethereum wallet, Solana wallet, and crypto wallet for thousands of other digital assets?

If you already use our mobile app, you can quickly import your wallet to move between mobile and desktop seamlessly — and if you’re new, we’ll help you get started quickly and securely.

We’ve also got great features like Ledger Live hardware wallet support, NFTs, and much more on the way very soon. 

Join 60 million people who already “trust” our Wallet  — click the “Add to Chrome” button to install the Chrome extension now!                    

Extension Basic Information

Name Trust Wallet Trust Wallet
ID egjidjbpglichdcondbcbdnbeeppgdph
Official URL https://chromewebstore.google.com/detail/trust-wallet/egjidjbpglichdcondbcbdnbeeppgdph
Description Secure crypto wallet to access your digital assets across multiple networks.
File Size 35.63 MB
Installation Count 908,873
Current Version 2.8.0
Last Updated 2024-03-04
Publish Date 2022-08-18
Rating 3.83/5 Total 665 Ratings
Developer https://trustwallet.com
Email [email protected]
Payment Type free
Extension Website https://trustwallet.com
Help Page URL https://support.trustwallet.com/en/support/home
Privacy Policy Page URL https://trustwallet.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.8.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "default_icon": "icons\/light\/32px.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "wallet-core.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/0.0.0.0\/*"
    ],
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "clipboardWrite",
        "notifications",
        "scripting"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnO0ipv3MCMVTQzXWnXEy+b1H4UKRZlxfYBTC7pFOP0PuNtInwuzcWbJY4HljExt+y6lzhIjRRD\/h9n\/RW695OcST95CPKaEc5\/tBvaecfbmCg+\/oECKQcF9QvmEX0QWlvfurLJ57t5Nh10SUqpCuqWQyCjHAPPibMXzLvRd0HzB5kwk3k5N727VJejjCy+dieExTKb0Ya7PtzDO\/UuMAva6lfMpfnhSeA8+MSEf0NDcepuIhYDCUyP8DRhly\/Ya32t98UGWU9RlVJvLtyptVBeYV79aKr5LIa\/81AZYTkmwbXhTNCCBKt\/03IHZy+\/IcxNB1EISe4OoOoe6cT4ArEQIDAQAB"
}