Lamden Vault - Browser Extension

A Lamden Vault made by Lamden.io

Cos'è Lamden Vault - Browser Extension?

Lamden Vault - Browser Extension è un'estensione di Chrome sviluppata da https://lamden.io, e la sua funzione principale è "A Lamden Vault made by Lamden.io".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lamden Vault - Browser Extension

Scarica i file di estensione Lamden Vault - Browser Extension 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

                        Interact with applications deployed on the Lamden network, or build your own! This wallet features a direct link to websites powered by Lamden to make interaction simple and easy. It also includes a development environment so you can build and deploy your own applications without needing to install a custom develop environment.                    

Informazioni di Base sull'Estensione

Nome Lamden Vault - Browser Extension Lamden Vault - Browser Extension
ID fhfffofbcgbjjojdnpcfompojdjjhdim
URL Ufficiale https://chromewebstore.google.com/detail/lamden-vault-browser-exte/fhfffofbcgbjjojdnpcfompojdjjhdim
Descrizione A Lamden Vault made by Lamden.io
Dimensione del File 10.23 MB
Conteggio Installazioni 6,311
Versione Corrente 2.5.5
Ultimo Aggiornamento 2023-08-09
Data di Pubblicazione 2020-06-19
Valutazione 5.00/5 Totale 16 Valutazioni
Sviluppatore https://lamden.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Lamden Vault made by Lamden.io",
    "version": "2.5.5",
    "name": "Lamden Vault - Browser Extension",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "alarms"
    ],
    "action": {
        "default_title": "Lamden Vault",
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}