Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
Vad är Stash Wallet?
Stash Wallet är en Chrome-tillägg utvecklad av http://joinstash.io, och dess huvudfunktion är "A crypto wallet for using NFTs rented on Stash Marketplace".
Tilläggsskärmbilder
Ladda ner Stash Wallet-förlängningens CRX-fil
Ladda ner Stash Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
Officiell webbadress | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Beskrivning | A crypto wallet for using NFTs rented on Stash Marketplace |
Filstorlek | 3.24 MB |
Antal Installationer | 26 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2022-08-24 |
Publiceringsdatum | 2022-07-28 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | http://joinstash.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://app.joinstash.io |
Hjälpsida URL | https://discord.gg/joinstash |
URL till Sekretesspolicy Sidan | https://joinstash.io/privacy-policy |
Stödda Språk | 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:\/\/*\/*" ] } ] } |