Simple Wallet for Casper
Multichain non-custodial staking crypto wallet
Was ist Simple Wallet for Casper?
Simple Wallet for Casper ist eine Chrome-Erweiterung, die von simplewallet.one entwickelt wurde, und ihr Hauptmerkmal ist "Multichain non-custodial staking crypto wallet".
Erweiterungsscreenshots
Simple Wallet for Casper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Wallet for Casper-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnkcaamggbmaoghielcjalmedjeghgca |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca |
| Beschreibung | Multichain non-custodial staking crypto wallet |
| Dateigröße | 1.16 MB |
| Installationsanzahl | 117 |
| Aktuelle Version | 0.42 |
| Letztes Update | 2023-05-31 |
| Veröffentlichungsdatum | 2022-08-17 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | simplewallet.one |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://simplewallet.one |
| URL der Datenschutzrichtlinien-Seite | https://simplewallet.one/privacy-policy |
| Unterstützte Sprachen | 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": [
" | |