LND Chrome Extension
Allows web site basic authentication using a Lightning Network payment or message signature.
LND Chrome Extension क्या है?
LND Chrome Extension Mably Multimedia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows web site basic authentication using a Lightning Network payment or message signature."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LND Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fckoopaejbdhcjgpjllghoadkeicdjnf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lnd-chrome-extension/fckoopaejbdhcjgpjllghoadkeicdjnf |
विवरण | Allows web site basic authentication using a Lightning Network payment or message signature. |
फ़ाइल का आकार | 1.44 MB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 1.2.6 |
अंतिम अपडेट | 2017-07-14 |
प्रकाशन तिथि | 2017-07-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Mably Multimedia |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mably/lnd-chrome-extension/ |
सहायता पृष्ठ URL | https://github.com/mably/lnd-chrome-extension/issues |
समर्थित भाषाएँ | 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 } |