Min Vid Save Abandoned

Popout video player in Firefox

Project README

Deprecated

Min Vid has graduated from Test Pilot. Keep an eye on WICG/picture-in-picture for a possible future in Firefox.


Build Status Available on Test Pilot

Min Vid is a Firefox web extension that gives you complete control over the videos in your browser. You can pop out, sticky, resize, and drag videos anywhere within the browser - it even stays visible when you switch tabs, so you can keep watching while you browse.

This is an experiment - seeing what happens when users have total control over the media they're consuming on the web. Users should be able to consume content in whatever way they feel comfortable. In the future we may be exploring these concepts with other forms of media, such as audio or pdfs.

Usage

Once the extension is installed you are able to launch Min Vid from the overlay icon over videos on YouTube and Vimeo.

You can also launch Min Vid by right clicking on a video link and sending to the player from the context menu.

Installation

  • npm install
  • npm run package (creates addon.xpi in the min-vid directory)
  • Open Firefox, go to about:config, set some prefs:
    • set xpinstall.signatures.required to false (allows unsigned extensions to be installed)
    • set extensions.legacy.enabled to true (allows legacy extensions, like min-vid)
  • install xpi by dragging onto the about:addons page

note The xpinstall.signatures.required option in about:config needs to be set in order to install unsigned extensions.

Development

Contributions welcome. To get started,

  1. Clone the repo: https://github.com/meandavejustice/min-vid.git

  2. Install packages: npm install

  3. npm run dev to watch for file changes while developing. (jpm watchpost has been disabled for this release, we are working on a way to add it back, in the meantime, you will need to manually dragndrop the xpi onto the about:addons page)

For further information on contributing, see contributing.md

Notes

chrome/content/img/loading-bars.svg is from https://github.com/jxnblk/loading

Localization

Min Vid localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language, or Mozilla’s l10n-drivers for guidance.

LICENSE

Mozilla Public License 2.0

Open Source Agenda is not affiliated with "Min Vid" Project. README Source: meandavejustice/min-vid

Open Source Agenda Badge

Open Source Agenda Rating