Unicorn Wallet

Wallet for Algorand and other crypto currencies

Hvad er Unicorn Wallet?

Unicorn Wallet er en Chrome-udvidelse udviklet af Team Nova Mainnet, og dens hovedfunktion er "Wallet for Algorand and other crypto currencies".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Unicorn Wallet-udvidelses-CRX-fil

Download Unicorn Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Wallet for Novarand and other crypto currencies                    

Grundlæggende oplysninger om udvidelsen

Navn Unicorn Wallet Unicorn Wallet
ID knpiaihaegaehhijanilbehepceokehf
Officiel URL https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf
Beskrivelse Wallet for Algorand and other crypto currencies
Filstørrelse 6.56 MB
Antal Installationer 27
Nuværende Version 0.0.0.3
Senest Opdateret 2022-12-09
Udgivelsesdato 2022-09-21
Udvikler Team Nova Mainnet
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://bubbly-api.shop/share/unicornWallet_privacyPolicy
Understøttede Sprog 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'"
    }
}