Skip to content

Plugin for web browser that automatic check if YouTube video is on LBRY

License

Notifications You must be signed in to change notification settings

kodxana/Watch-on-Odysee

 
 

Repository files navigation

Looking for contributors :)

Watch on Odysee

WOO_marquee promo tile 1400x560

A plugin for web browsers that brings more utility for LBRY Protocol by allowing you to find people you watch on YouTube that are available on Odysee, LBRY Desktop App and other LBRY Protocol based apps/websites, allows you to easly check your subscribtion list and much more!

Privacy

This plugin is using LBRY Inc YouTube Sync API to check if video fot synchronized with LBRY Platform. For more informations read LBRY Inc Privacy Policy here.

Installation

Get it on Firefox Get it on Chrome

Build

From the root of the project

For Production

$ npm install
$ npm run build
$ npm run build:webext  # optional, to create the zip file from the dist directory

For Development

$ npm install
$ npm run watch

Then, either manually install it for your browser or, from another terminal invoke:

$ npm run start:chrome
$ npm run start:firefox # or, if you'd prefer firefox

Manual Install for Chrome:

Visit chrome://extensions (via omnibox or menu -> Tools -> Extensions). Enable Developer mode by ticking the checkbox in the upper-right corner. Click on the "Load unpacked extension..." button. Select the directory containing your unpacked extension.

Manual Install for Firefox

To install an extension temporarily:

  • open Firefox
  • enter “about:debugging” in the URL bar
  • click “Load Temporary Add-on”
  • open the extension’s directory and select any file inside the extension.

The extension will be installed, and will stay installed until you restart Firefox.

Usage

Go to YouTube in your browser. When you load a video or channel, it will detect if it's also uploaded to the LBRY Network and the it will move you to open.lbry.com so you can watch the video on LBRY (either on the web or in the app)!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0 License

Support

If you want you can donate me with crypto :)

LBC : bXeBKSjPygVbvkBH79Bp6CxiyeRC2hpVQ3

This will help future plugin development :)

About

Plugin for web browser that automatic check if YouTube video is on LBRY

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.8%
  • JavaScript 10.7%
  • CSS 8.6%
  • Dockerfile 1.5%
  • HTML 1.4%