Lamden Vault - Browser Extension

A Lamden Vault made by Lamden.io

Lamden Vault - Browser Extension क्या है?

Lamden Vault - Browser Extension https://lamden.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Lamden Vault made by Lamden.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lamden Vault - Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Lamden Vault - Browser Extension Lamden Vault - Browser Extension
ID fhfffofbcgbjjojdnpcfompojdjjhdim
आधिकारिक URL https://chromewebstore.google.com/detail/lamden-vault-browser-exte/fhfffofbcgbjjojdnpcfompojdjjhdim
विवरण A Lamden Vault made by Lamden.io
फ़ाइल का आकार 10.23 MB
स्थापना संख्या 6,311
वर्तमान संस्करण 2.5.5
अंतिम अपडेट 2023-08-09
प्रकाशन तिथि 2020-06-19
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर https://lamden.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
    }
}