PiPlex

Adds picture in picture support for Plex

Wat is PiPlex?

PiPlex is een Chrome-extensie ontwikkeld door Albert Haff, en de belangrijkste functie is "Adds picture in picture support for Plex".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PiPlex

Download PiPlex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PiPlex PiPlex
ID emomdmkodkbdnclppngmiigeniijnbpi
Officiële URL https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi
Beschrijving Adds picture in picture support for Plex
Bestandsgrootte 8.76 KB
Aantal Installaties 571
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-09-19
Publicatiedatum 2021-09-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Albert Haff
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}