Watch on LBRY
This plugin automatically redirects you to the LBRY network when it detects that the video is there. You can check source code…
Watch on LBRY क्या है?
Watch on LBRY Madiator2011 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin automatically redirects you to the LBRY network when it detects that the video is there. You can check source code…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Watch on LBRY एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin automatically redirects you to the LBRY network when it detects that the video is there. You can check source code here: https://github.com/LBRYFoundation/Watch-on-LBRY What's Changed: - Scrapper API got replaced by Madiator Finder API - New UI design - Added leaderboard system for Madiator Finder - Added profile system using private/public keys - Manifest v3 support About Madiator Finder API: Madiator Finder API allows you to contribute to community database of videos that are synced between LBRY Protocol and YouTube. To contribute to database you need to select Madiator Finder API. If you want to be included in leaderboard you need to generate own profile from extension. It will generate public/private key that will allow to assign points based on your contribution (every channel/video you find count as one point). If you do not generate profile the api won't be counting points but will save videos you find to database (anonymous). Our API do not collect any informations like IP and everyone can purge their data using button on extension popup. Disclaimer! This plugin is not made by LBRY Inc
एक्सटेंशन की मूल जानकारी
नाम | Watch on LBRY |
ID | jjmbbhopnjdjnpceiecihldbhibchgek |
आधिकारिक URL | https://chromewebstore.google.com/detail/watch-on-lbry/jjmbbhopnjdjnpceiecihldbhibchgek |
विवरण | This plugin automatically redirects you to the LBRY network when it detects that the video is there. You can check source code… |
फ़ाइल का आकार | 677 KB |
स्थापना संख्या | 663 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2022-05-05 |
प्रकाशन तिथि | 2020-02-07 |
रेटिंग | 4.68/5 कुल 19 रेटिंग्स |
डेवलपर | Madiator2011 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LBRYFoundation/Watch-on-LBRY |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Watch on LBRY", "version": "2.0.0", "icons": { "16": "assets\/icons\/wol\/icon16.png", "48": "assets\/icons\/wol\/icon48.png", "128": "assets\/icons\/wol\/icon128.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/", "https:\/\/yewtu.be\/", "https:\/\/vid.puffyan.us\/", "https:\/\/invidio.xamh.de\/", "https:\/\/invidious.kavin.rocks\/", "https:\/\/api.odysee.com\/", "https:\/\/lbry.tv\/", "https:\/\/odysee.com\/", "https:\/\/madiator.com\/", "https:\/\/finder.madiator.com\/" ], "web_accessible_resources": [ { "resources": [ "pages\/popup\/index.html", "pages\/YTtoLBRY\/index.html", "pages\/import\/index.html", "assets\/icons\/lbry\/lbry-logo.svg", "assets\/icons\/lbry\/odysee-logo.svg", "assets\/icons\/lbry\/madiator-logo.svg" ], "matches": [ " |