LND Chrome Extension
Allows web site basic authentication using a Lightning Network payment or message signature.
Qu'est-ce que LND Chrome Extension ?
LND Chrome Extension est une extension Chrome développée par Mably Multimedia, et sa fonction principale est "Allows web site basic authentication using a Lightning Network payment or message signature.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LND Chrome Extension
Téléchargez les fichiers d'extension LND Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fckoopaejbdhcjgpjllghoadkeicdjnf |
URL Officiel | https://chrome.google.com/webstore/detail/lnd-chrome-extension/fckoopaejbdhcjgpjllghoadkeicdjnf |
Description | Allows web site basic authentication using a Lightning Network payment or message signature. |
Taille du Fichier | 1.44 MB |
Nombre d'Installations | 55 |
Version Actuelle | 1.2.6 |
Dernière Mise à Jour | 2017-07-14 |
Date de Publication | 2017-07-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Mably Multimedia |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mably/lnd-chrome-extension/ |
URL de la Page d'Aide | https://github.com/mably/lnd-chrome-extension/issues |
Langues Prises en Charge | 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 } |