Crypto.com | Wallet Extension

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

Что такое Crypto.com | Wallet Extension?

Crypto.com | Wallet Extension - это расширение Chrome, разработанное Crypto.com, и его основная функция - "A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Crypto.com | Wallet Extension

Скачайте файлы расширений Crypto.com | Wallet Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Crypto.com | Wallet Extension Crypto.com | Wallet Extension
ID hifafgmccdpekplomjjkcfgodnhcellj
Официальный URL https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj
Описание A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.
Размер файла 4.48 MB
Количество установок 91,450
Текущая Версия 2.28.0
Последнее Обновление 2024-03-04
Дата публикации 2021-10-14
Рейтинг 3.45/5 Всего 51 оценок
Разработчик Crypto.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://crypto.com/defi-wallet
URL страницы политики конфиденциальности https://crypto.com/privacy/ncw
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}