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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |