Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
Stash Wallet là gì?
Stash Wallet là một tiện ích mở rộng Chrome được phát triển bởi http://joinstash.io, và tính năng chính của nó là "A crypto wallet for using NFTs rented on Stash Marketplace".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stash Wallet
Tải xuống các tệp mở rộng Stash Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | incepomdpmhakfkbifbhhmbjeofohaka |
URL Chính Thức | https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka |
Mô tả | A crypto wallet for using NFTs rented on Stash Marketplace |
Kích Thước Tệp | 3.24 MB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2022-08-24 |
Ngày Phát Hành | 2022-07-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://joinstash.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.joinstash.io |
URL Trang Trợ Giúp | https://discord.gg/joinstash |
URL Trang Chính Sách Bảo Mật | https://joinstash.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |