Nautilus Wallet
Privacy Wallet Designed for Ergo Network
Cos'è Nautilus Wallet?
Nautilus Wallet è un'estensione di Chrome sviluppata da Nautilus Wallet, e la sua funzione principale è "Privacy Wallet Designed for Ergo Network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nautilus Wallet
Scarica i file di estensione Nautilus Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Built-in secrecy, sourcing parts from unnamed sources.
Roams the seas beyond the reach of land-based governments. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjlmehlldlphhljhpnlddaodbjjcchai |
| URL Ufficiale | https://chromewebstore.google.com/detail/nautilus-wallet/gjlmehlldlphhljhpnlddaodbjjcchai |
| Descrizione | Privacy Wallet Designed for Ergo Network |
| Dimensione del File | 3.23 MB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 0.9.2 |
| Ultimo Aggiornamento | 2023-12-31 |
| Data di Pubblicazione | 2022-01-26 |
| Valutazione | 4.76/5 Totale 34 Valutazioni |
| Sviluppatore | Nautilus Wallet |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://github.com/capt-nemo429/nautilus-wallet/blob/master/privacy-policy.md |
| Lingue Supportate | 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"
} | |