Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

什么是Picture in Picture?

Picture in Picture是由sovelkinnikita开发的Chrome扩展程序,该扩展的主要功能是“Floating Video for Chrome. Watch video in PiP Mode.”。

扩展截图

screenshot

下载Picture in Picture扩展crx文件

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

扩展使用说明

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

扩展基本信息

名称 Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
官方URL https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
简介 Floating Video for Chrome. Watch video in PiP Mode.
文件大小 17.1 KB
安装次数 844
当前版本 2.1.7
更新时间 2021-12-22
上架时间 2021-02-08
评分 4.00/5 共1次评分
开发者 sovelkinnikita
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}