Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakobjohansson/pipit
a minimal Chrome extension for toggling Picture in Picture
https://github.com/jakobjohansson/pipit
chrome-extension picture-in-picture pip
Last synced: 10 days ago
JSON representation
a minimal Chrome extension for toggling Picture in Picture
- Host: GitHub
- URL: https://github.com/jakobjohansson/pipit
- Owner: jakobjohansson
- License: mit
- Created: 2019-01-27T19:32:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T19:46:28.000Z (about 6 years ago)
- Last Synced: 2024-12-05T14:12:09.901Z (2 months ago)
- Topics: chrome-extension, picture-in-picture, pip
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PiPit
A minimal Chrome extension for toggling Picture in Picture.## Why?
Picture in Picture is already officially supported by Chrome, and can be enabled in the context menu of a video.However, a lot of video platforms insert overlays intended for ads above the video element, which makes the context difficult to find without using Chrome DevTools.
This extension provides a button as well as a hotkey `cmd + e` or `ctrl + e` to toggle Picture in Picture with minimal hassle.
## License
MIT