Adds movie trailers, library shuffling, and 21:9 zoom support to Plex
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "1.5.6",
"author": "dev@conceptualspace.net",
"permissions": [
"*://app.plex.tv/*",
"*://localhost/*",
"*://127.0.0.1/*",
"activeTab"
],
"optional_permissions": [
"<all_urls>"
],
"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"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}