Casper Wallet

Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain.

Co je Casper Wallet?

Casper Wallet je rozšíření Chrome vyvinuté https://casperwallet.io, a jeho hlavní funkcí je „Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Casper Wallet

Stáhněte si soubory rozšíření Casper Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Casper Wallet is the go-to self-custody wallet for the Casper blockchain, designed to make it easy and secure for you to store, manage, and transfer your CSPR tokens, to interact with dapps on the Casper Network, and to sign transactions. Our wallet is optimized for the Casper blockchain, giving you full access to its features and capabilities.

Key features:
- The official wallet for the Casper blockchain, supported by most dapps
- Secure storage and management of CSPR tokens - Audited by Halborn 
- Send and receive CSPR and ERC-20 tokens on the Casper network
- View your NFTs
- Buy CSPR with fiat currency
- Self custodial using a secret recovery phrase - your keys and recovery phrase never leave your device
- Secret recovery phrase is compatible with Ledger
- Intuitive and user-friendly interface

With Casper Wallet, you can securely store your CSPR tokens and keep track of your balances and transactions. Our intuitive and user-friendly interface makes it easy for you to set up a new Casper account and use it to interact with your favorite dapps to transfer CSPR, mint and trade NFTs, and much more. 

We take security seriously, and our wallet is designed to protect your funds. The Casper Wallet was audited by Halborn. We use industry-standard encryption to ensure that your CSPR tokens are always safe. As a fully self-custodial wallet, you are in charge of your secret recovery phrase - we never store your private keys or your secret recovery phrase on our servers, giving you complete and sole control over your funds. 

Casper Wallet is optimized for the Casper blockchain, providing you with full access to all of its features and capabilities. Casper Wallet is one of the most widely supported wallets on the Casper blockchain and is integrated with CSPR.live, CSPR.studio, CSPR.market … and many more …  Soon Casper Wallet will support .CSPR domain names via CSPR.name.

Whether you're a developer building on the Casper blockchain, a crypto enthousiast holding CSPR tokens, or just getting to know the blockchain space, Casper Wallet has everything you need to manage your funds.

Download Casper Wallet today and experience the official wallet for the Casper blockchain.                    

Základní Informace o Rozšíření

Název Casper Wallet Casper Wallet
ID abkahkcbhngaebpcgfmhkoioedceoigp
Oficiální URL https://chromewebstore.google.com/detail/casper-wallet/abkahkcbhngaebpcgfmhkoioedceoigp
Popis Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain.
Velikost souboru 5.41 MB
Počet instalací 29,204
Aktuální Verze 1.8.3 (bcc183b)
Poslední Aktualizace 2024-03-02
Datum Vydání 2023-04-05
Hodnocení 3.85/5 Celkem 27 Hodnocení
Vývojář https://casperwallet.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://casperwallet.io
URL Stránky Nápovědy https://feedback.casperwallet.io/
URL Stránky Zásad Ochrany Soukromí https://cspr.live/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'none'; object-src 'none'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; script-src 'self'; style-src 'unsafe-inline'; img-src https: data:; media-src https: data:; connect-src https:\/\/event-store-api-clarity-testnet.make.services https:\/\/event-store-api-clarity-mainnet.make.services https:\/\/casper-assets.s3.amazonaws.com\/ https:\/\/image-proxy-cdn.make.services\/ https:\/\/casper-testnet-node-proxy.make.services\/rpc https:\/\/casper-node-proxy.make.services\/rpc https:\/\/cspr-wallet-api.dev.make.services\/ https:\/\/api.casperwallet.io\/"
    },
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png",
        "192": "logo192.png"
    },
    "permissions": [
        "background",
        "management",
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "declarative_net_request_rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/image-proxy-cdn.make.services\/*",
        "https:\/\/cspr-wallet-api.dev.make.services\/*",
        "https:\/\/api.casperwallet.io\/*"
    ],
    "background": {
        "service_worker": ".\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/contentScript.bundle.js",
                ".\/sdk.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "64": "logo64.png",
            "128": "logo128.png",
            "192": "logo192.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sdk.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Casper Wallet",
    "version": "1.8.3",
    "version_name": "1.8.3 (bcc183b)",
    "author": "MAKE LLC",
    "description": "Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain."
}