Unicorn Wallet
Wallet for Algorand and other crypto currencies
O que é Unicorn Wallet?
Unicorn Wallet é uma extensão do Chrome desenvolvida por Team Nova Mainnet, e sua principal característica é "Wallet for Algorand and other crypto currencies".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unicorn Wallet
Baixe arquivos de extensão Unicorn 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
Wallet for Novarand and other crypto currencies
Informações Básicas da Extensão
Nome | Unicorn Wallet |
ID | knpiaihaegaehhijanilbehepceokehf |
URL Oficial | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
Descrição | Wallet for Algorand and other crypto currencies |
Tamanho do Arquivo | 6.56 MB |
Contagem de Instalações | 27 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2022-12-09 |
Data de Publicação | 2022-09-21 |
Desenvolvedor | Team Nova Mainnet |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
Idiomas Suportados | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unicorn Wallet", "version": "0.0.0.3", "homepage_url": "http:\/\/localhost:8100", "description": "Wallet for Algorand and other crypto currencies", "icons": { "16": "assets\/icon\/unicorn(3).png", "32": "assets\/icon\/unicorn(3).png" }, "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "assets\/icon\/unicorn(3).png", "32": "assets\/icon\/unicorn(3).png" }, "default_title": "UnicornWallet", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/*", "https:\/\/piggle-dao.shop\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage" ], "host_permissions": [ "chrome-extension:\/\/*\/*", "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'" } } |