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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds movie trailers, library shuffling, and 21:9 zoom support to Plex"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enhance-O-Tron for Plex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}