Video Picture-in-Picture
Continue watching your videos whilst doing something else
What is Video Picture-in-Picture?
Video Picture-in-Picture is a Chrome extension developed by germain, and its main feature is "Continue watching your videos whilst doing something else".
Extension Screenshots
Download Video Picture-in-Picture Extension CRX File
Download Video Picture-in-Picture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🖼 WebExtension that discovers videos in a tab and transitions them in Picture-in-Picture mode
Extension Basic Information
Name | Video Picture-in-Picture |
ID | njjicmmkcgeigdgihdhkjoahiieinmci |
Official URL | https://chromewebstore.google.com/detail/video-picture-in-picture/njjicmmkcgeigdgihdhkjoahiieinmci |
Description | Continue watching your videos whilst doing something else |
File Size | 11.29 KB |
Installation Count | 1,734 |
Current Version | 0.0.1 |
Last Updated | 2021-05-05 |
Publish Date | 2018-11-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | germain |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gsouquet/video-pip-webextension |
Help Page URL | https://github.com/gsouquet/video-pip-webextension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Picture-in-Picture", "version": "0.0.1", "description": "Continue watching your videos whilst doing something else", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup\/dropdown.html", "default_icon": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } }, "content_scripts": [ { "matches": [ " |