Meteor Wallet

Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet

¿Qué es Meteor Wallet?

Meteor Wallet es una extensión de Chrome desarrollada por Meteor Wallet, y su función principal es "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Meteor Wallet

Descarga archivos de extensión Meteor Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Meteor Wallet is a non-custodial crypto wallet for the NEAR blockchain that makes onboarding simple and exploring NEAR fun.

Meteor Wallet Features:

- Security: Your private data is always encrypted and stored securely.
- NFTs: The only NEAR wallet that shows asset values and full metadata.
- DeFi wallet with staking & swap aggregation:
  * Swaps: Compare & save with the lowest fees & slippage available from over 50 tokens.
  * Staking: Compare and select your best options from 90+ validators and pools.
- Simplified transaction activity to help you understand your activity.
- An "Explore NEAR" feed with the latest from the ecosystem.
- Learn & Earn with Meteor Challenges and Rewards!

And we are constantly evolving and hard at work- there are plenty of exciting new features on the way!                    

Información Básica de la Extensión

Nombre Meteor Wallet Meteor Wallet
ID pcndjhkinnkaohffealmlmhaepkpmgkb
URL Oficial https://chromewebstore.google.com/detail/meteor-wallet/pcndjhkinnkaohffealmlmhaepkpmgkb
Descripción Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet
Tamaño del Archivo 6.41 MB
Cantidad de Instalaciones 7,000
Versión Actual 0.5.17
Última Actualización 2024-01-18
Fecha de Publicación 2022-08-21
Calificación 4.70/5 Total de 20 Calificaciones
Desarrollador Meteor Wallet
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://meteorwallet.app
URL de la Página de Política de Privacidad https://meteorwallet.app/terms/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meteor Wallet",
    "description": "Securely store and stake your NEAR tokens and compatible assets with Meteor Wallet",
    "version": "0.5.17",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index_popup.html",
        "default_title": "Open the wallet"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.meteor_content_script.ts-b37120e0-eafec9e5.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/extension\/scripts\/meteor_inpage.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/constants_theme-23dfedce.js",
                "assets\/meteor_inpage-1034ca8f.js",
                "assets\/types_dappConnect-6035df19.js",
                "assets\/meteor_content_script.ts-b37120e0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "src\/assets\/extension\/logo_16.png",
        "48": "src\/assets\/extension\/logo_48.png",
        "128": "src\/assets\/extension\/logo_128.png"
    }
}