Enhance-O-Tron for Plex

Adds movie trailers, library shuffling, and 21:9 zoom support to Plex

Enhance-O-Tron for Plex란 무엇입니까?

Enhance-O-Tron for Plex은(는) conceptualspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds movie trailers, library shuffling, and 21:9 zoom support to Plex"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Enhance-O-Tron for Plex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enhance-O-Tron adds the following features to Plex*:

Trailers:
- Open a movie library item and a link to the trailer will appear beneath the title

Random library sorting:
- Click the dice icon to shuffle your library view

2.35:1 (aka 21:9 ultrawide) fullscreen zoom:
- Click the 21:9 button in the bottom toolbar to view your widescreen films without black bars on ultrawide displays.

Audio Compressor:
- Click the volume compressor icon in the bottom toolbar to enable dynamic range audio compression. This lowers the volume of loud sounds and amplifies quiet sounds. It's ideal for watching video at low volumes, adding clarity to voices and improving the overall richness of the sound.

Note on Installing:
- Enhance-O-Tron runs automatically on app.plex.tv or localhost. If you run Plex on a custom host or IP, go to your Plex web and just click the Enhance-O-Tron toolbar button to enable it for that URL.

Your library is not modified in any way, the extra functions are simply added to the web interface.

* Plex, the Plex Play logo and Plex Media Server are trademarks of Plex and used under a license.                    

확장 프로그램 기본 정보

이름 Enhance-O-Tron for Plex Enhance-O-Tron for Plex
ID fhbelblobiabomlogejpabonapkencph
공식 URL https://chromewebstore.google.com/detail/enhance-o-tron-for-plex/fhbelblobiabomlogejpabonapkencph
설명 Adds movie trailers, library shuffling, and 21:9 zoom support to Plex
파일 크기 236 KB
설치 횟수 1,505
현재 버전 1.5.6
최근 업데이트 2022-11-11
출시 날짜 2020-09-23
평점 4.00/5 총 16 개의 평점
개발자 conceptualspace
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/conceptualspace/enhance-o-tron-for-plex
도움말 페이지 URL https://github.com/conceptualspace/enhance-o-tron-for-plex
개인정보 보호 정책 페이지 URL https://conceptualspace.net/privacy.md
지원되는 언어 de,en,fr,nl,es,it,pt-BR,sv,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.5.6",
    "author": "[email protected]",
    "permissions": [
        "*:\/\/app.plex.tv\/*",
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Configure Enhance-O-Tron for Plex",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/icon219.svg",
        "img\/compress.svg"
    ]
}