Stash Wallet
A crypto wallet for using NFTs rented on Stash Marketplace
ما هو Stash Wallet؟
Stash Wallet هو إضافة Chrome تم تطويرها بواسطة http://joinstash.io، والميزة الرئيسية لها هي "A crypto wallet for using NFTs rented on Stash Marketplace".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stash Wallet
قم بتنزيل ملفات الامتداد Stash Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://discord.gg/joinstash |
عنوان صفحة سياسة الخصوصية | 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:\/\/*\/*" ] } ] } |