Crypto.com | Wallet Extension

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

Crypto.com | Wallet Extension là gì?

Crypto.com | Wallet Extension là một tiện ích mở rộng Chrome được phát triển bởi Crypto.com, và tính năng chính của nó là "A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto.com | Wallet Extension

Tải xuống các tệp mở rộng Crypto.com | Wallet Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto.com | Wallet Extension Crypto.com | Wallet Extension
ID hifafgmccdpekplomjjkcfgodnhcellj
URL Chính Thức https://chromewebstore.google.com/detail/cryptocom-wallet-extensio/hifafgmccdpekplomjjkcfgodnhcellj
Mô tả A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.
Kích Thước Tệp 4.48 MB
Số Lần Cài Đặt 91,450
Phiên Bản Hiện Tại 2.28.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2021-10-14
Đánh Giá 3.45/5 Tổng số 51 Đánh Giá
Nhà Phát Triển Crypto.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://crypto.com/defi-wallet
URL Trang Chính Sách Bảo Mật https://crypto.com/privacy/ncw
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}