Picture-in-Picture Plus
Let all HTML5 videos force the Picture-in-picture mode!
什么是Picture-in-Picture Plus?
Picture-in-Picture Plus是由绅士喵开发的Chrome扩展程序,该扩展的主要功能是“Let all HTML5 videos force the Picture-in-picture mode!”。
扩展截图
下载Picture-in-Picture Plus扩展crx文件
下载Picture-in-Picture Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus 扩展基本信息
| 名称 | |
| ID | hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 官方URL | https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg |
| 简介 | Let all HTML5 videos force the Picture-in-picture mode! |
| 文件大小 | 4.23 KB |
| 安装次数 | 634 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2018-10-13 |
| 上架时间 | 2018-10-13 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | 绅士喵 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture Plus",
"description": "Let all HTML5 videos force the Picture-in-picture mode!",
"version": "0.1.0",
"icons": {
"100": "assets\/icon100.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"minimum_chrome_version": "69.0.3483.0",
"manifest_version": 2
} | |