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 擴展基本資訊
| 名稱 | |
| ID | knpiaihaegaehhijanilbehepceokehf |
| 官方網址 | 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'"
}
} | |