稳定信号未识别到付费功能高风险权限组合
Picture-in-Picture Extension (by Google) icon

Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

用户数4M当前公开安装规模
评分3.9商店平均评分
评论数2,668公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

Picture-in-Picture Extension (by Google) 媒体预览

2 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

4M4M4M4M4M2026年7月17日2026年7月20日2026年7月21日最新值: 4M
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
3.90
最新值
3.90
7 日评分变化
0.00
3.803.853.903.954.002026年7月17日2026年7月20日2026年7月21日最新值: 3.90
2026年7月17日2026年7月21日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长持平
00%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本1.14
ManifestV3
大小9.91KiB
语言数1English
发布时间
最近更新
最近抓取
English
简介

插件简介

查看插件说明、主要功能和适用场景。

Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级3.9Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分3.6仅基于下方已同步评论正文计算
有内容评论1,996已同步的评论正文数量
总评分/评论数2,668Chrome 商店公开评分/评论计数

商店综合星级:3.9。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
774
4
456
3
313
2
167
1
286
Sean T2024年3月20日
5

So far it has been awesome for Youtube. I wish you can change a setting to make it a little bigger but it beats having ti disappear entirely.

版本 1.11语言 en
0 有用 · 1 无用
Romário Louredo2024年3月18日
5

Funcionando bem

版本 1.11语言 pt
2 有用 · 0 无用
Juan Fernando Parra2024年3月17日
3

No funciona con Disney+ ni Star+

版本 1.11语言 es
56 有用 · 5 无用
Qasim Shaikh2024年3月15日
3

Lacks automation of PiP on tab switch.

版本 1.11语言 en
1 有用 · 0 无用
Levy Guimarães2024年3月12日
5

Uma das melhores extensões que ja usei

版本 1.11语言 pt
1 有用 · 0 无用
Abhishek Madan2024年3月11日
2

Subtitles not visible

版本 1.11语言 en
15 有用 · 1 无用
Ahmed Zidan2024年3月8日
5

The extension is great and helps me a lot but there is a problem when you use the extension in a page with multiple video players it plays the first one and I think we replace this function function findLargestPlayingVideo() { const videos = Array.from(document.querySelectorAll("video")) .filter((video) => video.readyState != 0) .filter((video) => video.disablePictureInPicture == false) .sort((v1, v2) => { const v1Rect = v1.getClientRects()[0] || { width: 0, height: 0 }; const v2Rect = v2.getClientRects()[0] || { width: 0, height: 0 }; return v2Rect.width * v2Rect.height - v1Rect.width * v1Rect.height; }); if (videos.length === 0) { return; } return videos[0]; } with this function findLargestPlayingVideo() { const videos = Array.from(document.querySelectorAll("video")) .filter((video) => video.readyState != 0) .filter((video) => video.disablePictureInPicture == false) .sort((v1, v2) => { const v1Rect = v1.getClientRects()[0] || { width: 0, height: 0 }; const v2Rect = v2.getClientRects()[0] || { width: 0, height: 0 }; return v2Rect.width * v2Rect.height - v1Rect.width * v1Rect.height; }); if (videos.length === 0) { return; } for (let i = 0; i < videos.length; i++) { if (!videos[i].paused) { return videos[i]; } } } it will work fine. Thanks

版本 1.11语言 en
12 有用 · 0 无用
John Wick2024年3月7日
3

Need additional functionalities like seek and play pause only can be done through button instead it can be done on entire screen, no seek through keys

版本 1.11语言 en
5 有用 · 0 无用
Guilherme Augusto Martins2024年3月5日
4

Acrescentem botões de avançar ou retroceder 15 segundos por favor!!!!

版本 1.11语言 pt
13 有用 · 0 无用
Bernardo Cornejo Alvial2024年3月1日
5

Funciona a la perfeccion para Youtube

版本 1.11语言 es
2 有用 · 1 无用