Skip to content

rthaut/YouTubePopoutPlayer

Repository files navigation

YouTube Popout Player v5.2.2

Chrome Web Store Microsoft Edge Add-on Mozilla Add-on

This browser extension provides simple ways to open any YouTube video or playlist (including videos and playlists embedded in other sites/pages) in a configurable "popout" window that can be freely sized and/or positioned.


Overview

YouTube Popout Player Promotional Image

Features

  • Open any YouTube video (including playlists) in a popout player, either as a new browser window or a new tab in your current browser window.
  • Open links to YouTube videos and/or playlists from any website in the popout player with a convenient right-click option.
  • Show or hide the video player controls in the popout player.
  • Automatically resume playback of the video when the popout player opens.
  • Loop videos (both single videos and playlists) in the popout player.
  • Multiple ways to customize the size and position of the popout player, with support for multiple displays/monitors/screens.
  • Optionally close the original video when the popout player opens.
  • Configurable keyboard shortcuts for opening the popout player.
  • ... and much more!

For more information, head to the YouTube Popout Player website.


Installation

Web Browser Information & Downloads
Google Chrome Chrome Web Store Chrome Web Store
Microsoft Edge Microsoft Edge Add-on Microsoft Edge Add-on
Mozilla Firefox Mozilla Add-on Mozilla Add-on

Contributing

Contributions are always welcome! Even if you aren't comfortable coding, you can always submit new ideas and bug reports.

Localization/Translation

This extension is setup to be fully localized/translated into multiple languages, but for now English is the only language with full translations. If you are able to help localize/translate, please check out this guide. All of the text for the extension is stored here in the /src/public/_locales directory.

Building the Extension

This extension uses the WXT for development and build processes.

To build the extension from source code, you will need to use Node Package Manager (npm), which handles all of the dependencies needed for this project and is used to execute the various scripts for development/building/packaging/etc.

npm install

Then you can run the development process (where the extension is auto-reloaded when changes are made) for your browser of choice:

npm run dev:<chrome|edge|firefox> # ex: npm run dev:chrome

Or you can generate a production build for your browser of choice:

npm run build:<chrome|edge|firefox> # ex: npm run build:chrome

To create a release package for all supported browsers, run the following command:

npm run zip

Code Quality Checks

To run the source and workflow lint checks locally:

npm run lint
npm run lint:styles
npm run lint:workflows

To apply automatic ESLint fixes where possible:

npm run lint:fix

This repo uses github-actionlint to run the upstream actionlint binary from npm-managed tooling. After npm install, lint all workflow files with:

npm run lint:workflows

The script disables actionlint's optional ShellCheck and pyflakes integrations so local Windows runs and GitHub Actions runs use the same npm-managed dependency set.

To format source, tests, root configuration, helper scripts, and GitHub YAML files:

npm run format

Use npm run format:check to verify that same file set without writing changes. The formatter scripts intentionally use positive globs for non-doc files and do not include docs/**, because the Jekyll site contains Liquid/HTML that is not covered by this Prettier setup.

Area-specific formatter commands are also available:

npm run format:source
npm run format:config
npm run format:workflows

About

This browser extension provides a simple way to open any YouTube video or playlist (including videos and playlists embedded in other sites/pages) in a configurable "popout" window which you can freely position and resize.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors