Crypto.com - Better wallet

Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.

Crypto.com - Better walletとは何ですか?

Crypto.com - Better walletはNocivによって開発されたChromeの拡張機能で、その主な機能は「Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.」です。

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

screenshot
screenshot

Crypto.com - Better wallet拡張機能のCRXファイルをダウンロード

Crypto.com - Better wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension add a select to display the value of your assets in different currency and display the token unit price.
The bitcoin price may not be real time updated so the amount may not 100% exact.

Absolutely not required. However, will be accepted as a token of appreciation.

BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie
ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134
BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134                    

拡張機能の基本情報

名前 Crypto.com - Better wallet Crypto.com - Better wallet
ID gogdkpaddjgcpcnnmkgomikaoglbiobn
公式URL https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn
説明 Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
ファイルサイズ 13 KB
インストール数 32
現在のバージョン 1.0.3
最終更新日 2021-12-23
公開日 2021-11-09
評価 5.00/5 合計 1 レビュー
開発者 Nociv
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/damien-piedanna/crypto-com-better-wallet
ヘルプページのURL https://github.com/damien-piedanna/crypto-com-better-wallet/issues
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - Better wallet",
    "description": "__MSG_description__",
    "version": "1.0.3",
    "icons": {
        "128": "data\/img\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/exchange\/*"
            ],
            "js": [
                "data\/js\/better-wallet.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}