PiPlex

Adds picture in picture support for Plex

Was ist PiPlex?

PiPlex ist eine Chrome-Erweiterung, die von Albert Haff entwickelt wurde, und ihr Hauptmerkmal ist "Adds picture in picture support for Plex".

Erweiterungsscreenshots

screenshot
screenshot

PiPlex-Erweiterungs-CRX-Datei herunterladen

Laden Sie PiPlex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PiPlex PiPlex
ID emomdmkodkbdnclppngmiigeniijnbpi
Offizielle URL https://chromewebstore.google.com/detail/piplex/emomdmkodkbdnclppngmiigeniijnbpi
Beschreibung Adds picture in picture support for Plex
Dateigröße 8.76 KB
Installationsanzahl 571
Aktuelle Version 1.0.0
Letztes Update 2021-09-19
Veröffentlichungsdatum 2021-09-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Albert Haff
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}