Season Title Editor for Plex
Add a title edit control for seasons in Plex
Qu'est-ce que Season Title Editor for Plex ?
Season Title Editor for Plex est une extension Chrome développée par liqdfire, et sa fonction principale est "Add a title edit control for seasons in Plex".
Télécharger le fichier CRX de l'extension Season Title Editor for Plex
Téléchargez les fichiers d'extension Season Title Editor for Plex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds an html input for editing the title of a season in plex.
Informations de Base sur l'Extension
Nom | ![]() |
ID | pcafjhfjbfinfecmcpkklkekknhcpjgm |
URL Officiel | https://chrome.google.com/webstore/detail/season-title-editor-for-p/pcafjhfjbfinfecmcpkklkekknhcpjgm |
Description | Add a title edit control for seasons in Plex |
Taille du Fichier | 34.9 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-07-01 |
Date de Publication | 2017-07-01 |
Développeur | liqdfire |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/liqdfire/plex-season-title-editor |
Langues Prises en Charge | 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:\/\/*\/" ] } |