Simple Wallet for Casper

Multichain non-custodial staking crypto wallet

Simple Wallet for Casper क्या है?

Simple Wallet for Casper simplewallet.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multichain non-custodial staking crypto wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Wallet for Casper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Wallet for Casper Simple Wallet for Casper
ID lnkcaamggbmaoghielcjalmedjeghgca
आधिकारिक URL https://chromewebstore.google.com/detail/simple-wallet-for-casper/lnkcaamggbmaoghielcjalmedjeghgca
विवरण Multichain non-custodial staking crypto wallet
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 117
वर्तमान संस्करण 0.42
अंतिम अपडेट 2023-05-31
प्रकाशन तिथि 2022-08-17
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर simplewallet.one
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://simplewallet.one
गोपनीयता नीति पृष्ठ URL https://simplewallet.one/privacy-policy
समर्थित भाषाएँ 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"
    }
}