Season Title Editor for Plex

Add a title edit control for seasons in Plex

Season Title Editor for Plex là gì?

Season Title Editor for Plex là một tiện ích mở rộng Chrome được phát triển bởi liqdfire, và tính năng chính của nó là "Add a title edit control for seasons in Plex".

Tải xuống tệp CRX của tiện ích mở rộng Season Title Editor for Plex

Tải xuống các tệp mở rộng Season Title Editor for Plex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Season Title Editor for Plex Season Title Editor for Plex
ID pcafjhfjbfinfecmcpkklkekknhcpjgm
URL Chính Thức https://chrome.google.com/webstore/detail/season-title-editor-for-p/pcafjhfjbfinfecmcpkklkekknhcpjgm
Mô tả Add a title edit control for seasons in Plex
Kích Thước Tệp 34.9 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-07-01
Ngày Phát Hành 2017-07-01
Nhà Phát Triển liqdfire
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/liqdfire/plex-season-title-editor
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}