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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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:\/\/*\/*" ] } ] } |