ForcePIP
Force a video to play using Picture-in-Picture
什么是ForcePIP?
ForcePIP是由https://adamgonen.com开发的Chrome扩展程序,该扩展的主要功能是“Force a video to play using Picture-in-Picture”。
扩展截图
下载ForcePIP扩展crx文件
下载ForcePIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To activate, press the extension icon on the toolbar.
Allows to to play videos using the built in Picture-in-Picture (PIP) that is not usually allowed by video players.
Using Picture-in-Picture allows to do other work while still watching almost any video.
Free to use and does not collect any data. 扩展基本信息
| 名称 | |
| ID | cgadklekpacccapkencnkjkiofmeipab |
| 官方URL | https://chromewebstore.google.com/detail/forcepip/cgadklekpacccapkencnkjkiofmeipab |
| 简介 | Force a video to play using Picture-in-Picture |
| 文件大小 | 10.05 KB |
| 安装次数 | 1,279 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-03-25 |
| 上架时间 | 2020-03-24 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | https://adamgonen.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://adamgonen.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ForcePIP",
"description": "Force a video to play using Picture-in-Picture",
"homepage_url": "https:\/\/adamgonen.com",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "ForcePIP"
},
"permissions": [
"activeTab"
]
} | |