Unicorn Wallet
Wallet for Algorand and other crypto currencies
Was ist Unicorn Wallet?
Unicorn Wallet ist eine Chrome-Erweiterung, die von Team Nova Mainnet entwickelt wurde, und ihr Hauptmerkmal ist "Wallet for Algorand and other crypto currencies".
Erweiterungsscreenshots
Unicorn Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unicorn Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Wallet for Novarand and other crypto currencies Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knpiaihaegaehhijanilbehepceokehf |
| Offizielle URL | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
| Beschreibung | Wallet for Algorand and other crypto currencies |
| Dateigröße | 6.56 MB |
| Installationsanzahl | 27 |
| Aktuelle Version | 0.0.0.3 |
| Letztes Update | 2022-12-09 |
| Veröffentlichungsdatum | 2022-09-21 |
| Entwickler | Team Nova Mainnet |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
| Unterstützte Sprachen | 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'"
}
} | |