Stash Wallet

A crypto wallet for using NFTs rented on Stash Marketplace

Wat is Stash Wallet?

Stash Wallet is een Chrome-extensie ontwikkeld door http://joinstash.io, en de belangrijkste functie is "A crypto wallet for using NFTs rented on Stash Marketplace".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stash Wallet

Download Stash Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Stash Wallet Stash Wallet
ID incepomdpmhakfkbifbhhmbjeofohaka
Officiële URL https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka
Beschrijving A crypto wallet for using NFTs rented on Stash Marketplace
Bestandsgrootte 3.24 MB
Aantal Installaties 26
Huidige Versie 0.0.4
Laatst Bijgewerkt 2022-08-24
Publicatiedatum 2022-07-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://joinstash.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://app.joinstash.io
Help Pagina-URL https://discord.gg/joinstash
URL van de Privacybeleid Pagina https://joinstash.io/privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}