Stash Wallet

A crypto wallet for using NFTs rented on Stash Marketplace

Stash Wallet क्या है?

Stash Wallet http://joinstash.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A crypto wallet for using NFTs rented on Stash Marketplace"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stash Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम Stash Wallet Stash Wallet
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:\/\/*\/*"
            ]
        }
    ]
}