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
Eメール [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"
        }
    }
}