Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
Qu'est-ce que Stash Wallet ?
Stash Wallet est une extension Chrome développée par http://joinstash.io, et sa fonction principale est "A crypto wallet for using NFTs rented on Stash Marketplace".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stash Wallet
Téléchargez les fichiers d'extension Stash Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
URL Officiel | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Description | A crypto wallet for using NFTs rented on Stash Marketplace |
Taille du Fichier | 3.24 MB |
Nombre d'Installations | 26 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2022-08-24 |
Date de Publication | 2022-07-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://joinstash.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://app.joinstash.io |
URL de la Page d'Aide | https://discord.gg/joinstash |
URL de la Page de Politique de Confidentialité | https://joinstash.io/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |