Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tikservices/html5-video-everywhere
Higher performance and stable video watching experience on the web
https://github.com/tikservices/html5-video-everywhere
chrome-extension firefox-addon firefox-extension javascript video-player webextension
Last synced: about 2 months ago
JSON representation
Higher performance and stable video watching experience on the web
- Host: GitHub
- URL: https://github.com/tikservices/html5-video-everywhere
- Owner: tikservices
- License: mpl-2.0
- Created: 2014-12-17T17:08:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:54:54.000Z (about 2 years ago)
- Last Synced: 2024-03-27T09:56:52.397Z (10 months ago)
- Topics: chrome-extension, firefox-addon, firefox-extension, javascript, video-player, webextension
- Language: JavaScript
- Homepage: https://h5vew.tik.tn/
- Size: 3.06 MB
- Stars: 119
- Watchers: 20
- Forks: 51
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 Video EveryWhere
[![amo version](https://img.shields.io/amo/v/html5-video-everywhere-next.svg?label=Version&link=https://h5vew.tik.tn)]()
[![amo users](https://img.shields.io/amo/users/html5-video-everywhere-next.svg?link=https://h5vew.tik.tn)]()
[![amo stars](https://img.shields.io/amo/stars/html5-video-everywhere-next.svg?link=https://h5vew.tik.tn)]()
[![donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/lejenome)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](https://h5vew.tik.tn/) for latest
version.## Build
You'll need:
- [Node.js](https://nodejs.org/), v8.x or higher
- [yarn](https://yarnpkg.com/) a better package manager instead of npmBefore building the extension, you need to install `gulp-cli` and all
dependencies:
Change into the source and install `gulp-cli` and all dependencies:```shell
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:
```shell
npx gulp extBuildFirefox
```To build the addon for Google Chrome:
```shell
npx gulp extBuildChrome
```## Documentation
- [API documentation](https://h5vew.tik.tn/api)
- [Implementations documentation](https://h5vew.tik.tn/api)
- [Tutorial](https://h5vew.tik.tn/api/tutorial-h5vew-adding-new-website-support.html)You can also generate the documentation from the source code under `docs/api`
folder with this command:```shell
npx gulp docs
```## Credit
HTML5 Video EveryWhere contains codes from
[iaextractor](https://github.com/inbasic/iaextractor/) project licensed under
MPL 1.1.## Donate
If you find this project useful, you can give me a cup of coffee :)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/lejenome)
## Self Promotion
This software is developed by [Moez Bouhlel](https://lejenome.github.io/),
founder of [Tik](https://tik.tn/), a skilled software development
and consulting agency. For a list of its services, visit its website
[tik.tn](https://tik.tn) or contact it at .## Licence
This extension is free software; it is distributed under the MPL 2.0 License.
Copyright © 2014-2020, [Moez Bouhlel](https://lejenome.github.io/)
() &
[The Contributors](https://github.com/lejenome/html5-video-everywhere/graphs/contributors)