Enhanced Plex
Adds several features to the Plex/Web client for Plex
什麼是Enhanced Plex?
Enhanced Plex是由Balthier開發的Chrome擴展程式,該擴展的主要功能是“Adds several features to the Plex/Web client for Plex”。
擴展截圖
下載Enhanced Plex擴展crx文件
下載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 |
官方網址 | 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": [ " |