Unicorn Wallet
Wallet for Algorand and other crypto currencies
Cos'è Unicorn Wallet?
Unicorn Wallet è un'estensione di Chrome sviluppata da Team Nova Mainnet, e la sua funzione principale è "Wallet for Algorand and other crypto currencies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unicorn Wallet
Scarica i file di estensione Unicorn Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Wallet for Novarand and other crypto currencies
Informazioni di Base sull'Estensione
Nome | Unicorn Wallet |
ID | knpiaihaegaehhijanilbehepceokehf |
URL Ufficiale | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
Descrizione | Wallet for Algorand and other crypto currencies |
Dimensione del File | 6.56 MB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2022-12-09 |
Data di Pubblicazione | 2022-09-21 |
Sviluppatore | Team Nova Mainnet |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
Lingue Supportate | 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'" } } |