Nautilus Wallet
Privacy Wallet Designed for Ergo Network
Wat is Nautilus Wallet?
Nautilus Wallet is een Chrome-extensie ontwikkeld door Nautilus Wallet, en de belangrijkste functie is "Privacy Wallet Designed for Ergo Network".
Extensie Screenshots
Download het CRX-bestand van de extensie Nautilus Wallet
Download Nautilus Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Built-in secrecy, sourcing parts from unnamed sources.
Roams the seas beyond the reach of land-based governments.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gjlmehlldlphhljhpnlddaodbjjcchai | 
| Officiële URL | https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai | 
| Beschrijving | Privacy Wallet Designed for Ergo Network | 
| Bestandsgrootte | 3.23 MB | 
| Aantal Installaties | 20,000 | 
| Huidige Versie | 0.9.2 | 
| Laatst Bijgewerkt | 2023-12-31 | 
| Publicatiedatum | 2022-01-26 | 
| Beoordeling | 4.76/5 Totaal 34 Beoordelingen | 
| Ontwikkelaar | Nautilus Wallet | 
| [email protected] | |
| Betalingswijze | free | 
| URL van de Privacybeleid Pagina | https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md | 
| Ondersteunde Talen | 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"
}  |  |