Crust Wallet
Crust Wallet
Crust Walletとは何ですか?
Crust WalletはCrust Networkによって開発されたChromeの拡張機能で、その主な機能は「Crust Wallet」です。
拡張機能のスクリーンショット
Crust Wallet拡張機能のCRXファイルをダウンロード
Crust Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.
拡張機能の基本情報
名前 | Crust Wallet |
ID | jccapkebeeiajkkdemacblkjhhhboiek |
公式URL | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
説明 | Crust Wallet |
ファイルサイズ | 3.24 MB |
インストール数 | 20,000 |
現在のバージョン | 2.0.3 |
最終更新日 | 2022-03-05 |
公開日 | 2021-03-23 |
評価 | 3.21/5 合計 14 レビュー |
開発者 | Crust Network |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://crust.network |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.3", "background": { "page": "background.html" }, "name": "Crust Wallet", "manifest_version": 2, "description": "Crust Wallet", "browser_action": { "default_title": "Crust Wallet", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html", "content-script.js", "\/js\/inPageScript.bundle.js", "js\/inPageScript.bundle.js" ], "permissions": [ "notifications", "storage", "https:\/\/*\/*", "http:\/\/*\/*", "wss:\/\/*\/*", "ws:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |