Trust Wallet BETA BUILD

THIS EXTENSION IS FOR BETA TESTING

Co to jest Trust Wallet BETA BUILD?

Trust Wallet BETA BUILD to rozszerzenie Chrome opracowane przez Trust Wallet, a jego główną funkcją jest „THIS EXTENSION IS FOR BETA TESTING”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Trust Wallet BETA BUILD

Pobierz pliki rozszerzeń Trust Wallet BETA BUILD w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        THIS IS THE BETA VERSION OF THE TRUST WALLET BROWSER EXTENSION, FOR TESTING.

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 primary purpose of the Trust Wallet Browser Extension (BETA) is to obtain feedback on software performance, identify defects, and later incorporate those lessons into the main Trust Wallet Browser Extension production version. Beta releases allow you to try new features before they go into the main production version of the Trust Wallet Browser Extension, and building together with our community helps make Trust Wallet better for everyone.

Beta Disclaimer: Trust Wallet Browser Extension (BETA), is in beta form as the name describes, and may contain defects. You are advised to safeguard important data and your assets, to use caution, and not to rely in any way on the correct functioning or performance of the product and/or accompanying materials. By installing the Trust Wallet Browser Extension (BETA), you agree to use it at your own risk.

About the Trust Wallet Browser Extension:

The Trust Wallet Browser Extension is a secure and multi-chain crypto wallet that allows you to access assets across 70+ blockchains and thousands of Web3 decentralized applications (dApps). With support for 9+ million tokens and true multi-chain support, you can swap tokens, earn rewards, play Web3 games, explore the metaverse, and more. The extension also offers a powerful set of DevTools for Web3 developers that includes Testnets and Faucets, as well as other advanced settings. 

Trust Wallet is already trusted by 60+ million users and supports Ethereum, Solana, BNB Chain, Polygon, and Avalanche, among other tokens. The extension also offers Ledger Live hardware wallet support, multi-wallet, and more.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trust Wallet BETA BUILD Trust Wallet BETA BUILD
ID eaeecbmeajhliilmacefcgjnnijkkfki
Oficjalny URL https://chromewebstore.google.com/detail/trust-wallet-beta-build/eaeecbmeajhliilmacefcgjnnijkkfki
Opis THIS EXTENSION IS FOR BETA TESTING
Rozmiar pliku 30.65 MB
Liczba instalacji 5,959
Aktualna Wersja 0.0.1416
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2023-01-28
Ocena 2.50/5 Łącznie 6 Oceny
Deweloper Trust Wallet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://trustwallet.com
Adres URL Strony Pomocy https://support.trustwallet.com/en/support/home
Adres URL Strony Polityki Prywatności https://trustwallet.com/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1416",
    "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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwVA\/nh0QbQA5zFuQaWpZb5Ad8ZLUgSvcUrXCIZZixilyc+roKBl60WwK+zddGTgaCBj5FjYrsYUFKfG5Fu9wbPVd3xOOVMq7e9OfCt90NCHvbuuh5zp0xPuYXcmsIy5swBFxoKkCXCm9pdavYOWweK6RXp7Fw\/8JpdPZmgUeTva+akXJbBldUnTRK4DjF+BWImuxoFyvLoI00iypoMnVphx7BDdFGHxHbQYu8D5H23ga8iAslp7+UD0XXLq9\/2lnGeU0YAYH2Zhjz50UPNcuooFfW8GvOi4cJqOqR5PDQ0GzlWM3EO7iWOa8aoDB5jur7L\/JjN2xL+LusbYXth0M3QIDAQAB"
}