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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Season Title Editor for Plex Season Title Editor for 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:\/\/*\/"
    ]
}