LND Chrome Extension

Allows web site basic authentication using a Lightning Network payment or message signature.

Was ist LND Chrome Extension?

LND Chrome Extension ist eine Chrome-Erweiterung, die von Mably Multimedia entwickelt wurde, und ihr Hauptmerkmal ist "Allows web site basic authentication using a Lightning Network payment or message signature.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

LND Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie LND Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        You can test accessing a protected resource using an LN payment by opening this URL in your browser after having installed and correctly configured this extension:

https://lnd-testnet-1.mably.com/ln-payreq-auth.html

You can also test accessing a protected resource using an LN signature by opening this URL in your browser:

https://lnd-testnet-1.mably.com/ln-sign-auth.html

Warning: this extension requires a running Lnd Web Client server.                    

Grundlegende Informationen zur Erweiterung

Name LND Chrome Extension LND Chrome Extension
ID fckoopaejbdhcjgpjllghoadkeicdjnf
Offizielle URL https://chrome.google.com/webstore/detail/lnd-chrome-extension/fckoopaejbdhcjgpjllghoadkeicdjnf
Beschreibung Allows web site basic authentication using a Lightning Network payment or message signature.
Dateigröße 1.44 MB
Installationsanzahl 55
Aktuelle Version 1.2.6
Letztes Update 2017-07-14
Veröffentlichungsdatum 2017-07-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mably Multimedia
Zahlungsart free
Erweiterungswebsite https://github.com/mably/lnd-chrome-extension/
Hilfeseite URL https://github.com/mably/lnd-chrome-extension/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LND Chrome Extension",
    "description": "Allows web site basic authentication using a Lightning Network payment or message signature.",
    "version": "1.2.6",
    "icons": {
        "16": "assets\/icons\/bolt-16.png",
        "24": "assets\/icons\/bolt-24.png",
        "32": "assets\/icons\/bolt-32.png",
        "64": "assets\/icons\/bolt-64.png",
        "128": "assets\/icons\/bolt-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/bolt-16.png",
            "24": "assets\/icons\/bolt-24.png",
            "32": "assets\/icons\/bolt-32.png",
            "64": "assets\/icons\/bolt-64.png",
            "128": "assets\/icons\/bolt-128.png"
        },
        "default_title": "LND Chrome Extension",
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}