Nautilus Wallet

Privacy Wallet Designed for Ergo Network

What is Nautilus Wallet?

Nautilus Wallet is a Chrome extension developed by Nautilus Wallet, and its main feature is "Privacy Wallet Designed for Ergo Network".

Extension Screenshots

screenshot
screenshot

Download Nautilus Wallet Extension CRX File

Download Nautilus Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Built-in secrecy, sourcing parts from unnamed sources.

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

Extension Basic Information

Name Nautilus Wallet Nautilus Wallet
ID gjlmehlldlphhljhpnlddaodbjjcchai
Official URL https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai
Description Privacy Wallet Designed for Ergo Network
File Size 3.23 MB
Installation Count 20,000
Current Version 0.9.2
Last Updated 2023-12-31
Publish Date 2022-01-26
Rating 4.76/5 Total 34 Ratings
Developer Nautilus Wallet
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md
Supported Languages 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"
}