Picture in Picture
Picture in picture
What is Picture in Picture?
Picture in Picture is a Chrome extension developed by MichaelSanchez, and its main feature is "Picture in picture".
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
Extension Basic Information
Name | Picture in Picture |
ID | gojanolgcdcaclpmclppnoppbfddnmoh |
Official URL | https://chromewebstore.google.com/detail/picture-in-picture/gojanolgcdcaclpmclppnoppbfddnmoh |
Description | Picture in picture |
File Size | 568 KB |
Installation Count | 16 |
Current Version | 1.2 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-04 |
Developer | MichaelSanchez |
[email protected] | |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "Icon-Small.png", "48": "[email protected]", "128": "icon.png" }, "permissions": [ "activeTab" ] } |