PiPlex
Adds picture in picture support for Plex
什麼是PiPlex?
PiPlex是由Albert Haff開發的Chrome擴展程式,該擴展的主要功能是“Adds picture in picture support for Plex”。
擴展截圖
下載PiPlex擴展crx文件
下載PiPlex擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension brings picture in picture support to the Plex webapp.
擴展基本資訊
名稱 | PiPlex |
ID | emomdmkodkbdnclppngmiigeniijnbpi |
官方網址 | 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" } } } |