Stash Wallet

A crypto wallet for using NFTs rented on Stash Marketplace

Was ist Stash Wallet?

Stash Wallet ist eine Chrome-Erweiterung, die von http://joinstash.io entwickelt wurde, und ihr Hauptmerkmal ist "A crypto wallet for using NFTs rented on Stash Marketplace".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Stash Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stash Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Stash Wallet Stash Wallet
ID incepomdpmhakfkbifbhhmbjeofohaka
Offizielle URL https://chrome.google.com/webstore/detail/stash-wallet/incepomdpmhakfkbifbhhmbjeofohaka
Beschreibung A crypto wallet for using NFTs rented on Stash Marketplace
Dateigröße 3.24 MB
Installationsanzahl 26
Aktuelle Version 0.0.4
Letztes Update 2022-08-24
Veröffentlichungsdatum 2022-07-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://joinstash.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.joinstash.io
Hilfeseite URL https://discord.gg/joinstash
URL der Datenschutzrichtlinien-Seite https://joinstash.io/privacy-policy
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}