Plugin for web browser that automatic check if YouTube video is on LBRY
Find a file
Kevin Raoofi 4d3a6d6e97 Use the README file for page directions
Add marked dependency for parcel so that it can do that for us
2020-11-25 18:34:59 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-10-20 10:02:57 +02:00
src Use the README file for page directions 2020-11-25 18:34:59 -05:00
.gitignore npm style project setup 2020-10-06 14:58:52 -04:00
babel.config.js URL parsing for app redirects 2020-10-13 05:39:47 -04:00
jest.config.js URL parsing for app redirects 2020-10-13 05:39:47 -04:00
LICENSE Create LICENSE 2020-07-14 21:10:23 +02:00
package-lock.json Use the README file for page directions 2020-11-25 18:34:59 -05:00
package.json Use the README file for page directions 2020-11-25 18:34:59 -05:00
README.md Update README.md 2020-10-13 22:20:40 +02:00
tsconfig.json Use preact + sass for popup 2020-10-13 05:39:52 -04:00

Watch on LBRY

A plugin for web browsers that automatically checks whether a YouTube video or channel is on LBRY. If it is, it redirects you to LBRY to watch it there.

Installation

Get on Firefox Get on Chrome

Build

From the root of the project

For Production

$ npm install
$ npm run build
$ npx web-ext build --source-dir ./dist  # 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 extensions 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

MIT

Support

If you want you can donate me with crypto :)

LBC : bXeBKSjPygVbvkBH79Bp6CxiyeRC2hpVQ3

This will help future plugin development :)