Picture in Picture Video
Extension to trigger PIP!
What is Picture in Picture Video?
Picture in Picture Video is a Chrome extension developed by mickeyjc, and its main feature is "Extension to trigger PIP!".
Extension Screenshots
Download Picture in Picture Video Extension CRX File
Download Picture in Picture Video 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
Trigger Picture in Picture mode for HTML 5 video element. Should work for all web page that has an HTML 5 video. eg, youtube - Install the extension - Browse to the webpage that contains a web video - The PIP extension icon should turn Green - Click the PIP extension icon - Web video will be in picture in picture mode.
Extension Basic Information
Name | |
ID | cfbelahlacbmjflikmaagnfpoadanpfh |
Official URL | https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh |
Description | Extension to trigger PIP! |
File Size | 11.21 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2019-11-30 |
Publish Date | 2019-11-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mickeyjc |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Video", "version": "1.0", "description": "Extension to trigger PIP!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/*\/" ], "browser_action": { "default_title": "Picture in Picture", "default_icon": { "16": "images\/icon16x.png", "32": "images\/icon32x.png", "48": "images\/icon32x.png", "128": "images\/icon128x.png" } }, "manifest_version": 2 } |