Simple Wallet for Casper

Multichain non-custodial staking crypto wallet

Qu'est-ce que Simple Wallet for Casper ?

Simple Wallet for Casper est une extension Chrome développée par simplewallet.one, et sa fonction principale est "Multichain non-custodial staking crypto wallet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Wallet for Casper

Téléchargez les fichiers d'extension Simple Wallet for Casper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Simple Wallet is a non-custodial wallet on a mission to simplify native staking for everyone worldwide. We are starting with the CSPR network.

Simple Wallet supports staking inside the app by searching or choosing a specific Casper validator. Unstaking is also done inside the app with a single click. 

Besides that, Simple Wallet allows
using your existing Casper private key;
creating a new private key;
receive/send CSPR tokens;

Simple Wallet supports CSPR Mainnet/Testnet.                    

Informations de Base sur l'Extension

Nom Simple Wallet for Casper Simple Wallet for Casper
ID lnkcaamggbmaoghielcjalmedjeghgca
URL Officiel https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca
Description Multichain non-custodial staking crypto wallet
Taille du Fichier 1.16 MB
Nombre d'Installations 117
Version Actuelle 0.42
Dernière Mise à Jour 2023-05-31
Date de Publication 2022-08-17
Évaluation 4.75/5 Total 4 Évaluations
Développeur simplewallet.one
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://simplewallet.one
URL de la Page de Politique de Confidentialité https://simplewallet.one/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Wallet for Casper",
    "description": "Multichain non-custodial staking crypto wallet",
    "version": "0.42",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the Wallet"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "activeTab"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}