Season Title Editor for Plex
Add a title edit control for seasons in Plex
什么是Season Title Editor for Plex?
Season Title Editor for Plex是由liqdfire开发的Chrome扩展程序,该扩展的主要功能是“Add a title edit control for seasons in Plex”。
下载Season Title Editor for Plex扩展crx文件
下载Season Title Editor for Plex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an html input for editing the title of a season in plex.
扩展基本信息
名称 | ![]() |
ID | pcafjhfjbfinfecmcpkklkekknhcpjgm |
官方URL | https://chrome.google.com/webstore/detail/season-title-editor-for-p/pcafjhfjbfinfecmcpkklkekknhcpjgm |
简介 | Add a title edit control for seasons in Plex |
文件大小 | 34.9 KB |
安装次数 | 21 |
当前版本 | 0.0.1 |
更新时间 | 2017-07-01 |
上架时间 | 2017-07-01 |
开发者 | liqdfire |
付费类型 | free |
扩展官网 | https://github.com/liqdfire/plex-season-title-editor |
支持的语言 | 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:\/\/*\/" ] } |