Unicorn Wallet
Wallet for Algorand and other crypto currencies
Co to jest Unicorn Wallet?
Unicorn Wallet to rozszerzenie Chrome opracowane przez Team Nova Mainnet, a jego główną funkcją jest „Wallet for Algorand and other crypto currencies”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unicorn Wallet
Pobierz pliki rozszerzeń Unicorn Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Wallet for Novarand and other crypto currencies Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | knpiaihaegaehhijanilbehepceokehf |
| Oficjalny URL | https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf |
| Opis | Wallet for Algorand and other crypto currencies |
| Rozmiar pliku | 6.56 MB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 0.0.0.3 |
| Ostatnia Aktualizacja | 2022-12-09 |
| Data Publikacji | 2022-09-21 |
| Deweloper | Team Nova Mainnet |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://bubbly-api.shop/share/unicornWallet_privacyPolicy |
| Obsługiwane Języki | 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'"
}
} | |