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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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