Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
Apa itu Stash Wallet?
Stash Wallet adalah ekstensi Chrome yang dikembangkan oleh http://joinstash.io, dan fitur utamanya adalah "A crypto wallet for using NFTs rented on Stash Marketplace".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stash Wallet
Unduh file ekstensi Stash Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
URL Resmi | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Deskripsi | A crypto wallet for using NFTs rented on Stash Marketplace |
Ukuran File | 3.24 MB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2022-08-24 |
Tanggal Publikasi | 2022-07-28 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | http://joinstash.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://app.joinstash.io |
URL Halaman Bantuan | https://discord.gg/joinstash |
URL Halaman Kebijakan Privasi | https://joinstash.io/privacy-policy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |