Skip to content

lejenome/html5-video-everywhere

 
 

Repository files navigation

HTML5 Video EveryWhere

amo version amo users amo stars donate

Higher performance and stable video watching experience on the web.

Some streaming sites video players suck. This add-on will replace them with browser built-in video player for higher performance and more stable experience. Currently, it supports YouTube, Facebook, Vimeo, Dailymotion, Break, Metacafe, Lego and even more sites are coming.

NOTE: This extension will change the page content of the supported video streaming sites. As a result, many extensions that depends on this content may not work as expected.

Install

Visit the extension website h5vew.tik.tn for latest version.

Build

You'll need:

  • Node.js, v8.x or higher
  • yarn a better package manager instead of npm

Before building the extension, you need to install gulp-cli and all dependencies: Change into the source and install gulp-cli and all dependencies:

git clone https://github.com/lejenome/html5-video-everywhere/
cd html5-video-everywhere
yarn global add gulp-cli
yarn

To build the addon for Firefox:

npx gulp extBuildFirefox

To build the addon for Google Chrome:

npx gulp extBuildChrome

Documentation

You can also generate the documentation from the source code under docs/api folder with this command:

npx gulp docs

Credit

HTML5 Video EveryWhere contains codes from iaextractor project licensed under MPL 1.1.

Donate

If you find this project useful, you can give me a cup of coffee :)

paypal

Self Promotion

This software is developed by Moez Bouhlel, founder of Tik, a skilled software development and consulting agency. For a list of its services, visit its website tik.tn or contact it at contact@tik.tn.

Licence

This extension is free software; it is distributed under the MPL 2.0 License.

Copyright © 2014-2020, Moez Bouhlel (bmoez.j@gmail.com) & The Contributors

About

Higher performance and stable video watching experience on the web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 9.3%
  • CSS 2.3%
  • Shell 1.6%