All Projects → meandavejustice → Min Vid

meandavejustice / Min Vid

Licence: mpl-2.0
Popout video player in Firefox

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Min Vid

React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+3195%)
Mutual labels:  soundcloud, vimeo, audio, player, youtube
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+471.11%)
Mutual labels:  soundcloud, vimeo, player, youtube
Vime
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Stars: ✭ 1,928 (+971.11%)
Mutual labels:  vimeo, audio, player, youtube
Openwhyd
💎 Like Pinterest, for Music
Stars: ✭ 287 (+59.44%)
Mutual labels:  soundcloud, vimeo, player, youtube
Plyr
Plyr Mediaplayer (Video und Audio) im Front- und Backend
Stars: ✭ 30 (-83.33%)
Mutual labels:  vimeo, player, youtube
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+232.22%)
Mutual labels:  extension, addon, firefox
Youtube Extension
🔴YouTube Extension🧰>80 Features ⭐Please document, code or donate📌Tidy📌Longest-standing(2012)(Users>350000)⋮🎞️🎛️🎧⚙️🎬🔊☕🎨🧩🧪📈⏯️(Player: Repeat Screenshot Rotate; Hide related video distraction. Always expand video Description. Playback speed. Video Quality bandwidth H.264 electricity. Player Size Full Window. Themes Customization. Statistics. Reverse Playlist YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube YouTube Youtube enhancer YouTube app YouTube video YouTube YouTube YouTube api v3 YouTube playback YouTube player VP8 VP9 AV1 vidIQ tubebuddy download adblocker adblock ads sponsorblock addon youtube music ⭐ youtube premium css css4 html5 ytdl youtube-dl invidious iridium ParticleCore youtube+ youtube++ youtube-plus maia-yt youtube nonstop youtube control center vlogger vlog h264ify h264 m.youtube.com music.youtube.com studio.youtube youtube mobile youtube studio ⭐ kids Vanced gaming.youtube.com gaming youtubecenter freetube lite-youtube-embed newpipe youtube-dl-gui mps-youtube nuclear pytube awesome youtubers youtube downloader 8k 4k 60fps 30fps youtubeexplode vidgear k-lite tubebuddy adobe apple ios iphone design simplify ffmpeg premiere designer annoyance youtube upload
Stars: ✭ 1,027 (+470.56%)
Mutual labels:  extension, player, youtube
Plyr React
A simple, accessible and customisable react media player for Video, Audio, YouTube and Vimeo
Stars: ✭ 89 (-50.56%)
Mutual labels:  vimeo, player, youtube
Redditmusicplayer
🎵 A free and open-source streaming music web player using data from Reddit
Stars: ✭ 401 (+122.78%)
Mutual labels:  soundcloud, player, youtube
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+476.11%)
Mutual labels:  soundcloud, audio, player
Iridium
Iridium is an extension built to improve your experience with the new YouTube Material layout
Stars: ✭ 1,298 (+621.11%)
Mutual labels:  extension, addon, youtube
Sonos Web
Web interface for Sonos audio systems
Stars: ✭ 114 (-36.67%)
Mutual labels:  soundcloud, audio, youtube
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+774.44%)
Mutual labels:  mozilla, addon, firefox
Rssbox
📰 I consume the world via RSS feeds, and this is my attempt to keep it that way.
Stars: ✭ 492 (+173.33%)
Mutual labels:  soundcloud, vimeo, youtube
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+157.78%)
Mutual labels:  extension, addon, firefox
Particle
Home of the extension YouTube Plus that allows you to experience more on YouTube
Stars: ✭ 1,057 (+487.22%)
Mutual labels:  extension, addon, youtube
Lockbox Extension
Experimental Firefox extension for login management experiences, not being actively developed
Stars: ✭ 130 (-27.78%)
Mutual labels:  mozilla, extension, firefox
Upnext
Chrome Extension for streaming music from SoundCloud & YouTube
Stars: ✭ 320 (+77.78%)
Mutual labels:  soundcloud, player, youtube
Socialcounters
jQuery/PHP - Collection of Social Media APIs that display number of your social media fans. Facebook Likes, Twitter Followers, Instagram Followers, YouTube Subscribers, etc..
Stars: ✭ 104 (-42.22%)
Mutual labels:  soundcloud, vimeo, youtube
Lightbeam We
Web Extension version of the Firefox Lightbeam add-on
Stars: ✭ 129 (-28.33%)
Mutual labels:  mozilla, extension, addon

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].