Lamden Vault - Browser Extension

A Lamden Vault made by Lamden.io

What is Lamden Vault - Browser Extension?

Lamden Vault - Browser Extension is a Chrome extension developed by https://lamden.io, and its main feature is "A Lamden Vault made by Lamden.io".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lamden Vault - Browser Extension Extension CRX File

Download Lamden Vault - Browser Extension 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

                        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.                    

Extension Basic Information

Name Lamden Vault - Browser Extension Lamden Vault - Browser Extension
ID fhfffofbcgbjjojdnpcfompojdjjhdim
Official URL https://chromewebstore.google.com/detail/lamden-vault-browser-exte/fhfffofbcgbjjojdnpcfompojdjjhdim
Description A Lamden Vault made by Lamden.io
File Size 10.23 MB
Installation Count 6,311
Current Version 2.5.5
Last Updated 2023-08-09
Publish Date 2020-06-19
Rating 5.00/5 Total 16 Ratings
Developer https://lamden.io
Email [email protected]
Payment Type free
Supported Languages 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'"
    }
}