PiPlex

Adds picture in picture support for Plex

什么是PiPlex?

PiPlex是由Albert Haff开发的Chrome扩展程序,该扩展的主要功能是“Adds picture in picture support for Plex”。

扩展截图

screenshot
screenshot

下载PiPlex扩展crx文件

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

扩展使用说明

                        This extension brings picture in picture support to the Plex webapp.                    

扩展基本信息

名称 PiPlex PiPlex
ID emomdmkodkbdnclppngmiigeniijnbpi
官方URL https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi
简介 Adds picture in picture support for Plex
文件大小 8.76 KB
安装次数 571
当前版本 1.0.0
更新时间 2021-09-19
上架时间 2021-09-18
评分 5.00/5 共2次评分
开发者 Albert Haff
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PiPlex",
    "version": "1.0.0",
    "description": "Adds picture in picture support for Plex",
    "short_name": "PiPlex",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.plex.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Adds picture in picture support for Plex",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}