Nautilus Wallet

Privacy Wallet Designed for Ergo Network

Hvad er Nautilus Wallet?

Nautilus Wallet er en Chrome-udvidelse udviklet af Nautilus Wallet, og dens hovedfunktion er "Privacy Wallet Designed for Ergo Network".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Nautilus Wallet-udvidelses-CRX-fil

Download Nautilus 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

                        Built-in secrecy, sourcing parts from unnamed sources.

Roams the seas beyond the reach of land-based governments.                    

Grundlæggende oplysninger om udvidelsen

Navn Nautilus Wallet Nautilus Wallet
ID gjlmehlldlphhljhpnlddaodbjjcchai
Officiel URL https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai
Beskrivelse Privacy Wallet Designed for Ergo Network
Filstørrelse 3.23 MB
Antal Installationer 20,000
Nuværende Version 0.9.2
Senest Opdateret 2023-12-31
Udgivelsesdato 2022-01-26
Bedømmelse 4.76/5 Samlet 34 Bedømmelser
Udvikler Nautilus Wallet
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Nautilus",
    "manifest_version": 2,
    "minimum_chrome_version": "48",
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Nautilus Wallet"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/injector.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "name": "Nautilus Wallet",
    "description": "Privacy Wallet Designed for Ergo Network",
    "icons": {
        "48": "icons\/app\/m-48.png",
        "128": "icons\/app\/m-128.png",
        "512": "icons\/app\/m-512.png"
    },
    "version": "0.9.2"
}