Picture-in-Picture any site
Picture-in-Picture any site even non video
什么是Picture-in-Picture any site?
Picture-in-Picture any site是由mtsmfm开发的Chrome扩展程序,该扩展的主要功能是“Picture-in-Picture any site even non video”。
扩展截图
下载Picture-in-Picture any site扩展crx文件
下载Picture-in-Picture any site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to open any site as Picture-in-Picture mode via chrome.tabCapture API 扩展基本信息
| 名称 | |
| ID | fgopnhbjlphjjcfbapfcbakjekpffkff |
| 官方URL | https://chromewebstore.google.com/detail/picture-in-picture-any-si/fgopnhbjlphjjcfbapfcbakjekpffkff |
| 简介 | Picture-in-Picture any site even non video |
| 文件大小 | 10.63 KB |
| 安装次数 | 5,011 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2023-08-13 |
| 上架时间 | 2020-05-22 |
| 评分 | 4.93/5 共28次评分 |
| 开发者 | mtsmfm |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mtsmfm/pip-any-site |
| 帮助页面URL | https://github.com/mtsmfm/pip-any-site/issues/new |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Picture-in-Picture any site",
"description": "Picture-in-Picture any site even non video",
"version": "0.5.0",
"icons": {
"16": "icon16.93b7b11a.png",
"128": "icon128.fe2574d5.png"
},
"permissions": [
"tabCapture"
],
"background": {
"scripts": [
"background.dbbb8dc0.js"
]
},
"browser_action": {
"default_icon": {
"16": "icon16.93b7b11a.png",
"24": "icon24.c0440d26.png",
"32": "icon32.97157050.png"
}
},
"manifest_version": 2
} | |