Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
O que é Stash Wallet?
Stash Wallet é uma extensão do Chrome desenvolvida por http://joinstash.io, e sua principal característica é "A crypto wallet for using NFTs rented on Stash Marketplace".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stash Wallet
Baixe arquivos de extensão Stash Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
URL Oficial | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Descrição | A crypto wallet for using NFTs rented on Stash Marketplace |
Tamanho do Arquivo | 3.24 MB |
Contagem de Instalações | 26 |
Versão Atual | 0.0.4 |
Última Atualização | 2022-08-24 |
Data de Publicação | 2022-07-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | http://joinstash.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.joinstash.io |
URL da Página de Ajuda | https://discord.gg/joinstash |
URL da Página de Política de Privacidade | https://joinstash.io/privacy-policy |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |