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 |
公式URL | 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 |
Eメール | [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:\/\/*\/*" ] } ] } |