Picture in Picture
Picture-in-Picture extension for the Chrome browser.
What is Picture in Picture?
Picture in Picture is a Chrome extension developed by Juwan Petty, and its main feature is "Picture-in-Picture extension for the Chrome browser.".
Extension Screenshots
Download Picture in Picture Extension CRX File
Download 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
Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else.
Extension Basic Information
Name | Picture in Picture |
ID | meboopjblcjkdmpehioplkgcbopipjmg |
Official URL | https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg |
Description | Picture-in-Picture extension for the Chrome browser. |
File Size | 7.63 KB |
Installation Count | 1,000 |
Current Version | 0.2 |
Last Updated | 2019-02-27 |
Publish Date | 2019-02-27 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Juwan Petty |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Picture in Picture", "description": "Picture-in-Picture extension for the Chrome browser.", "version": "0.2", "author": "Juwan Petty", "browser_action": { "default_icon": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png" } }, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "96": ".\/icons\/icon-96.png", "128": ".\/icons\/icon-128.png", "256": ".\/icons\/icon-256.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |