Unicorn Wallet

Wallet for Algorand and other crypto currencies

Co je Unicorn Wallet?

Unicorn Wallet je rozšíření Chrome vyvinuté Team Nova Mainnet, a jeho hlavní funkcí je „Wallet for Algorand and other crypto currencies“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Unicorn Wallet

Stáhněte si soubory rozšíření Unicorn Wallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Wallet for Novarand and other crypto currencies                    

Základní Informace o Rozšíření

Název Unicorn Wallet Unicorn Wallet
ID knpiaihaegaehhijanilbehepceokehf
Oficiální URL https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf
Popis Wallet for Algorand and other crypto currencies
Velikost souboru 6.56 MB
Počet instalací 27
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2022-12-09
Datum Vydání 2022-09-21
Vývojář Team Nova Mainnet
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://bubbly-api.shop/share/unicornWallet_privacyPolicy
Podporované Jazyky 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'"
    }
}