Picture in Picture Helper

The perfect tool for opening videos in Picture in Picture

什么是Picture in Picture Helper?

Picture in Picture Helper是由Pol Muñoz开发的Chrome扩展程序,该扩展的主要功能是“The perfect tool for opening videos in Picture in Picture”。

扩展截图

screenshot

下载Picture in Picture Helper扩展crx文件

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

扩展使用说明

                        Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS).

At the moment this extension relies on Chrome features that may not be enabled by default.

You can enable them at the following addresses:

chrome://flags/#enable-experimental-web-platform-features

chrome://flags/#enable-picture-in-picture

On some platforms (Chrome OS specifically) you may need to enable the following feature:

chrome://flags/#enable-surfaces-for-videos                    

扩展基本信息

名称 Picture in Picture Helper Picture in Picture Helper
ID dbgdaidfdfaknmbmdkfcahakceagbjej
官方URL https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej
简介 The perfect tool for opening videos in Picture in Picture
文件大小 7.51 KB
安装次数 378
当前版本 1.0.0
更新时间 2018-11-10
上架时间 2018-11-10
评分 5.00/5 共1次评分
开发者 Pol Muñoz
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Helper",
    "short_name": "PiPHelper",
    "version": "1.0.0",
    "description": "The perfect tool for opening videos in Picture in Picture",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "PiP",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "manifest_version": 2
}