Enhanced Plex
Adds several features to the Plex/Web client for Plex
Τι είναι το Enhanced Plex;
Το Enhanced Plex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Balthier, και η κύρια λειτουργία του είναι "Adds several features to the Plex/Web client for Plex".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Enhanced Plex
Λήψη αρχείων επέκτασης Enhanced Plex σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension provides the following to the Plex for Web interface: Adds link to view the TheMovieDB page for movies Adds link to view the TVDB page for tv shows Adds link to view the Trakt.tv page for movies and tv shows Adds link to view the IMDB page for movies and tv shows Adds a missing seasons and episodes view Adds a server statistics page Adds a bunch of information on TV/Movie pages (E.g. Status, Runtime, Homepage, Trailer Link, etc.) Can also connect to a Sonarr/Radarr installation (Requires a fully configured Sonarr/Radarr server) Note: Requires access to a fully configured Plex Server, and a Plex Account Full Change Log: https://github.com/Balthier/Enhanced-Plex/blob/master/changelog.md
Βασικές Πληροφορίες Επέκτασης
Όνομα | Enhanced Plex |
ID | kjmpdmgijjacblfohigcnpkeaehalmai |
Επίσημο URL | https://chromewebstore.google.com/detail/enhanced-plex/kjmpdmgijjacblfohigcnpkeaehalmai |
Περιγραφή | Adds several features to the Plex/Web client for Plex |
Μέγεθος Αρχείου | 321 KB |
Αριθμός Εγκαταστάσεων | 483 |
Τρέχουσα Έκδοση | 3.3.0 |
Τελευταία Ενημέρωση | 2024-03-05 |
Ημερομηνία Δημοσίευσης | 2021-02-01 |
Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Balthier |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Balthier/Enhanced-Plex |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Balthier/Enhanced-Plex/issues |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Enhanced Plex", "description": "Adds several features to the Plex\/Web client for Plex", "version": "3.3.0", "options_page": "resources\/extras\/options.html", "content_scripts": [ { "matches": [ "*:\/\/app.plex.tv\/desktop*", "http:\/\/127.0.0.1:32400\/web*", "http:\/\/localhost:32400\/web*" ], "run_at": "document_idle", "css": [ "css\/enhancedplex.css" ], "js": [ "js\/utils.js", "js\/plugins.js", "apis\/trakt_api.js", "apis\/tmdb_api.js", "apis\/sonarr_api.js", "apis\/radarr_api.js", "apis\/google_api.js", "plugins\/imdb.js", "plugins\/missing_episodes.js", "plugins\/stats.js", "plugins\/tmdb.js", "plugins\/trakt.js", "plugins\/tvdb.js", "plugins\/sonarr.js", "plugins\/radarr.js", "js\/main.js" ] } ], "background": { "service_worker": "js\/service_worker.js" }, "permissions": [ "storage" ], "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "resources\/*" ], "matches": [ " |