Picture-in-Picture YouTube - Netflix and more
Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
什么是Picture-in-Picture YouTube - Netflix and more?
Picture-in-Picture YouTube - Netflix and more是由barreiro01919开发的Chrome扩展程序,该扩展的主要功能是“Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.”。
扩展截图
下载Picture-in-Picture YouTube - Netflix and more扩展crx文件
下载Picture-in-Picture YouTube - Netflix and more扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime, Disney Plus, and Hulu will work!
扩展基本信息
名称 | |
ID | ahdijafdcpkcefendeaobodkfjcmphac |
官方URL | https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac |
简介 | Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. |
文件大小 | 6.21 KB |
安装次数 | 2,156 |
当前版本 | 1.0.6 |
更新时间 | 2023-07-25 |
上架时间 | 2020-12-03 |
评分 | 3.59/5 共29次评分 |
开发者 | barreiro01919 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/extensions-privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture YouTube - Netflix and more", "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.", "version": "1.0.6", "icons": { "128": "icon128.png" }, "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |