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 |
| 公式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 |
| Eメール | [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'"
}
} | |