Stash Wallet

A crypto wallet for using NFTs rented on Stash Marketplace

What is Stash Wallet?

Stash Wallet is a Chrome extension developed by http://joinstash.io, and its main feature is "A crypto wallet for using NFTs rented on Stash Marketplace".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Stash Wallet Extension CRX File

Download Stash Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Stash Wallet Stash Wallet
ID incepomdpmhakfkbifbhhmbjeofohaka
Official URL https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka
Description A crypto wallet for using NFTs rented on Stash Marketplace
File Size 3.24 MB
Installation Count 26
Current Version 0.0.4
Last Updated 2022-08-24
Publish Date 2022-07-28
Rating 5.00/5 Total 4 Ratings
Developer http://joinstash.io
Email [email protected]
Payment Type free
Extension Website https://app.joinstash.io
Help Page URL https://discord.gg/joinstash
Privacy Policy Page URL https://joinstash.io/privacy-policy
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}