YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
What is YouTube Picture-In-Picture?
YouTube Picture-In-Picture is a Chrome extension developed by Simon Li, and its main feature is "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
Extension Screenshots
Download YouTube Picture-In-Picture Extension CRX File
Download YouTube 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
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos. Extension Basic Information
| Name | |
| ID | phneljjeificmdaehodadkdiacgiinbk |
| Official URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
| Description | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
| File Size | 9.37 KB |
| Installation Count | 744 |
| Current Version | 1.0.1 |
| Last Updated | 2020-12-04 |
| Publish Date | 2020-12-03 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Simon Li |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Picture-In-Picture",
"version": "1.0.1",
"description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"https:\/\/www.youtube.com\/*",
"storage"
],
"browser_action": {
"default_icon": "icon-64.png",
"default_title": "YouTube Picture-in-Picture",
"default_popup": "popup.html"
}
} | |