Crypto.com | Wallet Extension

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

Crypto.com | Wallet Extensionとは何ですか?

Crypto.com | Wallet ExtensionはCrypto.comによって開発されたChromeの拡張機能で、その主な機能は「A Non-Custodial Crypto Wallet to Store, Earn and Grow your Crypto.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Crypto.com | Wallet Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}