Unicorn Wallet
Wallet for Algorand and other crypto currencies
Apa itu Unicorn Wallet?
Unicorn Wallet adalah ekstensi Chrome yang dikembangkan oleh Team Nova Mainnet, dan fitur utamanya adalah "Wallet for Algorand and other crypto currencies".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unicorn Wallet
Unduh file ekstensi Unicorn Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Wallet for Novarand and other crypto currencies
Informasi Dasar Ekstensi
Nama | Unicorn Wallet |
ID | knpiaihaegaehhijanilbehepceokehf |
URL Resmi | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
Deskripsi | Wallet for Algorand and other crypto currencies |
Ukuran File | 6.56 MB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2022-12-09 |
Tanggal Publikasi | 2022-09-21 |
Pengembang | Team Nova Mainnet |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
Bahasa yang Didukung | 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'" } } |