Season Title Editor for Plex
Add a title edit control for seasons in Plex
ما هو Season Title Editor for Plex؟
Season Title Editor for Plex هو إضافة Chrome تم تطويرها بواسطة liqdfire، والميزة الرئيسية لها هي "Add a title edit control for seasons in Plex".
تحميل ملف CRX للإضافة Season Title Editor for Plex
قم بتنزيل ملفات الامتداد Season Title Editor for Plex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/" ] } |