Crust Wallet
Crust Wallet
O que é Crust Wallet?
Crust Wallet é uma extensão do Chrome desenvolvida por Crust Network, e sua principal característica é "Crust Wallet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crust Wallet
Baixe arquivos de extensão Crust Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.
Informações Básicas da Extensão
Nome | Crust Wallet |
ID | jccapkebeeiajkkdemacblkjhhhboiek |
URL Oficial | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
Descrição | Crust Wallet |
Tamanho do Arquivo | 3.24 MB |
Contagem de Instalações | 20,000 |
Versão Atual | 2.0.3 |
Última Atualização | 2022-03-05 |
Data de Publicação | 2021-03-23 |
Classificação | 3.21/5 Total de 14 Avaliações |
Desenvolvedor | Crust Network |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://crust.network |
Idiomas Suportados | 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'" } |