https://github.com/albertogasparin/external-video-player-addon
Firefox for Android addon to open HTML5 videos with any native video player
https://github.com/albertogasparin/external-video-player-addon
android firefox video
Last synced: about 1 year ago
JSON representation
Firefox for Android addon to open HTML5 videos with any native video player
- Host: GitHub
- URL: https://github.com/albertogasparin/external-video-player-addon
- Owner: albertogasparin
- Created: 2016-07-30T13:44:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T00:09:39.000Z (over 5 years ago)
- Last Synced: 2025-04-30T03:47:16.037Z (about 1 year ago)
- Topics: android, firefox, video
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/android/addon/external-video-player/
- Size: 8.79 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# External video player addon
Open any video with your favorite Android video player! Thanks to this extension you will be able to open online videos with any native video player like VLC, MxPlayer, etc.
**Addon for Firefox for Android v56+**
[Get it from the Addon marketplace](https://addons.mozilla.org/en-US/android/addon/external-video-player/)
Note that currently (v84) Firefox for Android does not allow installing many 3rd party addons. I you want to use this extension you need Firefox for Android Nightly and you have to enable developer mode with a custom Addons collection. Follow the instructions in the marketplace page.
## Developing
Use web-ext cli tool:
```
npm install --global web-ext
```
Then:
```
web-ext run --target=firefox-android
```