Crypto.com | Wallet Extension

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

Co to jest Crypto.com | Wallet Extension?

Crypto.com | Wallet Extension to rozszerzenie Chrome opracowane przez Crypto.com, a jego główną funkcją jest „A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Crypto.com | Wallet Extension

Pobierz pliki rozszerzeń Crypto.com | Wallet Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crypto.com | Wallet Extension Crypto.com | Wallet Extension
ID hifafgmccdpekplomjjkcfgodnhcellj
Oficjalny URL https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj
Opis A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.
Rozmiar pliku 4.48 MB
Liczba instalacji 91,450
Aktualna Wersja 2.28.0
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2021-10-14
Ocena 3.45/5 Łącznie 51 Oceny
Deweloper Crypto.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://crypto.com/defi-wallet
Adres URL Strony Polityki Prywatności https://crypto.com/privacy/ncw
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}