Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
Co to jest Stash Wallet?
Stash Wallet to rozszerzenie Chrome opracowane przez http://joinstash.io, a jego główną funkcją jest „A crypto wallet for using NFTs rented on Stash Marketplace”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stash Wallet
Pobierz pliki rozszerzeń Stash Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
Oficjalny URL | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Opis | A crypto wallet for using NFTs rented on Stash Marketplace |
Rozmiar pliku | 3.24 MB |
Liczba instalacji | 26 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2022-08-24 |
Data Publikacji | 2022-07-28 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | http://joinstash.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://app.joinstash.io |
Adres URL Strony Pomocy | https://discord.gg/joinstash |
Adres URL Strony Polityki Prywatności | https://joinstash.io/privacy-policy |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |