Season Title Editor for Plex

Add a title edit control for seasons in Plex

What is Season Title Editor for Plex?

Season Title Editor for Plex is a Chrome extension developed by liqdfire, and its main feature is "Add a title edit control for seasons in Plex".

Download Season Title Editor for Plex Extension CRX File

Download Season Title Editor for Plex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds an html input for editing the title of a season in plex.                    

Extension Basic Information

Name Season Title Editor for Plex Season Title Editor for Plex
ID pcafjhfjbfinfecmcpkklkekknhcpjgm
Official URL https://chrome.google.com/webstore/detail/season-title-editor-for-p/pcafjhfjbfinfecmcpkklkekknhcpjgm
Description Add a title edit control for seasons in Plex
File Size 34.9 KB
Installation Count 21
Current Version 0.0.1
Last Updated 2017-07-01
Publish Date 2017-07-01
Developer liqdfire
Payment Type free
Extension Website https://github.com/liqdfire/plex-season-title-editor
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Season Title Editor for Plex",
    "description": "Add a title edit control for seasons in Plex",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.plex.tv\/web*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/"
    ]
}