Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
什麼是Stash Wallet?
Stash Wallet是由http://joinstash.io開發的Chrome擴展程式,該擴展的主要功能是“A crypto wallet for using NFTs rented on Stash Marketplace”。
擴展截圖
下載Stash Wallet擴展crx文件
下載Stash Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
官方網址 | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
簡介 | A crypto wallet for using NFTs rented on Stash Marketplace |
檔案大小 | 3.24 MB |
安裝次數 | 26 |
目前版本 | 0.0.4 |
更新時間 | 2022-08-24 |
上架時間 | 2022-07-28 |
評分 | 5.00/5 共 4 次評分 |
開發者 | http://joinstash.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://app.joinstash.io |
說明頁面URL | https://discord.gg/joinstash |
隱私政策頁面URL | https://joinstash.io/privacy-policy |
支援的語言 | 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:\/\/*\/*" ] } ] } |