Stash Wallet

A crypto wallet for using NFTs rented on Stash Marketplace

¿Qué es Stash Wallet?

Stash Wallet es una extensión de Chrome desarrollada por http://joinstash.io, y su función principal es "A crypto wallet for using NFTs rented on Stash Marketplace".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Stash Wallet

Descarga archivos de extensión Stash 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

                        The Web3 Wallet for Gamers. 

Now starting to play a web3 game does not have to be so hard. You can use your Stash wallet in a convenient way. Stash Wallet allows you:

- to keep track of the NFT assets that you own
- rent or lend within Stash Marketplace and see assets across games
- see a breakdown of your earnings across various play-and-earn games
- list your recent activities across games and inside the marketplace

Now games reward you for your referrals. Call your friends to start playing a game and make money!                    

Información Básica de la Extensión

Nombre Stash Wallet Stash Wallet
ID incepomdpmhakfkbifbhhmbjeofohaka
URL Oficial https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka
Descripción A crypto wallet for using NFTs rented on Stash Marketplace
Tamaño del Archivo 3.24 MB
Cantidad de Instalaciones 26
Versión Actual 0.0.4
Última Actualización 2022-08-24
Fecha de Publicación 2022-07-28
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador http://joinstash.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://app.joinstash.io
URL de la Página de Ayuda https://discord.gg/joinstash
URL de la Página de Política de Privacidad https://joinstash.io/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash Wallet",
    "description": "A crypto wallet for using NFTs rented on Stash Marketplace",
    "version": "0.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "stash16.png",
        "48": "stash48.png",
        "128": "stash128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}