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:\/\/*\/" ] } |