Crypto.com | Wallet Extension

A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.

Vad är Crypto.com | Wallet Extension?

Crypto.com | Wallet Extension är en Chrome-tillägg utvecklad av Crypto.com, och dess huvudfunktion är "A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Crypto.com | Wallet Extension-förlängningens CRX-fil

Ladda ner Crypto.com | Wallet Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Crypto.com | Wallet Extension provides a simpler and secured way for users to access DApps and confirm transactions under different modes. You can confirm transactions directly on desktop browsers without having to launch the DeFi Wallet app with Crypto.com Standalone Extension. At the same time, if you want to reconfirm the transaction via the DeFi Wallet mobile app, Crypto.com Bridge Wallet Extension would be a great choice for you.

There are the core features for the enhanced Crypto.com | Wallet Extension:

- Switch seamlessly between Bridge and Standalone Wallet modes
You can choose your preferred extension model and switch between them easily with one single button on both bridge and standalone model of extension. Confirm it before you switch model then your mode switching is done!

- Create new wallet or import existing wallet
You can import an existing wallet simply by importing a private key.

- Easily confirm transactions directly on desktop
Confirm transactions directly on your desktop browser without using DeFi Wallet mobile app.

- Explore and connect with Dapps securely
You can initiate token approval and confirm transactions after connecting with Dapp.

- Send and receive tokens easily
You can send tokens on extension straightaway by choosing one token from their token asset list and entering the recipient wallet address. Your tokens would be on the way!

Switch between Bridge Wallet Mode and Standalone Wallet Mode would provide users more options according to their own use cases. Levels of security are enhanced when managing transactions with the mobile DeFi Wallet app.                    

Grundläggande Information om Tillägg

Namn Crypto.com | Wallet Extension Crypto.com | Wallet Extension
ID hifafgmccdpekplomjjkcfgodnhcellj
Officiell webbadress https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj
Beskrivning A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.
Filstorlek 4.48 MB
Antal Installationer 91,450
Aktuell Version 2.28.0
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2021-10-14
Betyg 3.45/5 Totalt 51 Betyg
Utvecklare Crypto.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://crypto.com/defi-wallet
URL till Sekretesspolicy Sidan https://crypto.com/privacy/ncw
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com | Wallet Extension",
    "version": "2.28.0",
    "version_name": "2.28.0",
    "manifest_version": 3,
    "description": "A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.",
    "action": {
        "default_popup": "index.html#\/",
        "default_title": "Crypto.com | Wallet Extension",
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png",
            "38": "icon-38.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "128": "icon-128.png",
            "512": "icon-512.png"
        }
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/isolated.js"
            ],
            "run_at": "document_start",
            "world": "ISOLATED",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/main.js"
            ],
            "run_at": "document_start",
            "world": "MAIN",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "512": "icon-512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; ",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage_scripts\/*.js",
                "assets\/*.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "index.html*"
            ],
            "matches": [
                "https:\/\/js.3ona.co\/*",
                "https:\/\/js.crypto.com\/*"
            ]
        }
    ]
}