Picture in Picture - Extension

Picture in Picture for video on any site.

什么是Picture in Picture - Extension?

Picture in Picture - Extension是由interactgptpro开发的Chrome扩展程序,该扩展的主要功能是“Picture in Picture for video on any site.”。

扩展截图

screenshot
screenshot

下载Picture in Picture - Extension扩展crx文件

下载Picture in Picture - Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Picture in Picture Extension 
The Picture in Picture Extension (PiP) lets you play any video in Picture-in-Picture (PiP) mode, and it works on all platforms. PiP is a popped-out, always-on-top video player that floats on top of other windows. You can also reposition it along the screen border while you continue to surf the internet.

The Picture in Picture Extension (PiP) allows us to watch online streams and videos in a floating window outside of the  Google Chrome browser or even on top of any other application window.                    

扩展基本信息

名称 Picture in Picture - Extension Picture in Picture - Extension
ID ikgbafpmfnheeagenombakpjkhgnbnhb
官方URL https://chromewebstore.google.com/detail/picture-in-picture-extens/ikgbafpmfnheeagenombakpjkhgnbnhb
简介 Picture in Picture for video on any site.
文件大小 44.92 KB
安装次数 28,573
当前版本 1.3
更新时间 2024-02-01
上架时间 2022-11-14
评分 3.68/5 共19次评分
开发者 interactgptpro
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1z82Jpaecw5hyFc-FdDmoQCYNc5PVIlNyglROzOUBzeA/edit?usp=sharing
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - Extension",
    "version": "1.3",
    "description": "Picture in Picture for video on any site.",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "pip-dark128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "pip.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "pip-dark128.png",
        "default_title": "Picture in Picture Pro"
    },
    "manifest_version": 3
}