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.
什么是YouTube Picture-In-Picture?
YouTube Picture-In-Picture是由Simon Li开发的Chrome扩展程序,该扩展的主要功能是“This extension pops the current video to a floating window and allows you to continue watching it while using other applications.”。
扩展截图
下载YouTube Picture-In-Picture扩展crx文件
下载YouTube Picture-In-Picture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | phneljjeificmdaehodadkdiacgiinbk |
| 官方URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
| 简介 | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
| 文件大小 | 9.37 KB |
| 安装次数 | 744 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-12-04 |
| 上架时间 | 2020-12-03 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Simon Li |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |