Unicorn Wallet
Wallet for Algorand and other crypto currencies
什么是Unicorn Wallet?
Unicorn Wallet是由Team Nova Mainnet开发的Chrome扩展程序,该扩展的主要功能是“Wallet for Algorand and other crypto currencies”。
扩展截图
下载Unicorn Wallet扩展crx文件
下载Unicorn Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wallet for Novarand and other crypto currencies
扩展基本信息
名称 | Unicorn Wallet |
ID | knpiaihaegaehhijanilbehepceokehf |
官方URL | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
简介 | Wallet for Algorand and other crypto currencies |
文件大小 | 6.56 MB |
安装次数 | 27 |
当前版本 | 0.0.0.3 |
更新时间 | 2022-12-09 |
上架时间 | 2022-09-21 |
开发者 | Team Nova Mainnet |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
支持的语言 | 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'" } } |