Unicorn Wallet
Wallet for Algorand and other crypto currencies
Qu'est-ce que Unicorn Wallet ?
Unicorn Wallet est une extension Chrome développée par Team Nova Mainnet, et sa fonction principale est "Wallet for Algorand and other crypto currencies".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unicorn Wallet
Téléchargez les fichiers d'extension Unicorn Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Wallet for Novarand and other crypto currencies
Informations de Base sur l'Extension
Nom | Unicorn Wallet |
ID | knpiaihaegaehhijanilbehepceokehf |
URL Officiel | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
Description | Wallet for Algorand and other crypto currencies |
Taille du Fichier | 6.56 MB |
Nombre d'Installations | 27 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2022-12-09 |
Date de Publication | 2022-09-21 |
Développeur | Team Nova Mainnet |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
Langues Prises en Charge | 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'" } } |