PiPlex
Adds picture in picture support for Plex
What is PiPlex?
PiPlex is a Chrome extension developed by Albert Haff, and its main feature is "Adds picture in picture support for Plex".
Extension Screenshots
Download PiPlex Extension CRX File
Download PiPlex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension brings picture in picture support to the Plex webapp.
Extension Basic Information
Name | PiPlex |
ID | emomdmkodkbdnclppngmiigeniijnbpi |
Official URL | https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi |
Description | Adds picture in picture support for Plex |
File Size | 8.76 KB |
Installation Count | 571 |
Current Version | 1.0.0 |
Last Updated | 2021-09-19 |
Publish Date | 2021-09-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Albert Haff |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |