Nautilus Wallet

Privacy Wallet Designed for Ergo Network

什么是Nautilus Wallet?

Nautilus Wallet是由Nautilus Wallet开发的Chrome扩展程序,该扩展的主要功能是“Privacy Wallet Designed for Ergo Network”。

扩展截图

screenshot
screenshot

下载Nautilus Wallet扩展crx文件

下载Nautilus Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Built-in secrecy, sourcing parts from unnamed sources.

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

扩展基本信息

名称 Nautilus Wallet Nautilus Wallet
ID gjlmehlldlphhljhpnlddaodbjjcchai
官方URL https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai
简介 Privacy Wallet Designed for Ergo Network
文件大小 3.23 MB
安装次数 20,000
当前版本 0.9.2
更新时间 2023-12-31
上架时间 2022-01-26
评分 4.76/5 共34次评分
开发者 Nautilus Wallet
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md
支持的语言 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"
}