Plex Download Extension

Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)

Plex Download Extension là gì?

Plex Download Extension là một tiện ích mở rộng Chrome được phát triển bởi Raymice, và tính năng chính của nó là "Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plex Download Extension

Tải xuống các tệp mở rộng Plex Download Extension 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

                        Extension to download file from Plex Server

Only one click needed !

Features:
   * Download a Movie
   * Download all Episodes of a Season
   * Download an Episode of a Season

Requirements: 'Allow Donwloads' restriction need to be enabled for current Plex user                    

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

Tên Plex Download Extension Plex Download Extension
ID dineoginfckbbcgkbbahamjgdambpocn
URL Chính Thức https://chromewebstore.google.com/detail/plex-download-extension/dineoginfckbbcgkbbahamjgdambpocn
Mô tả Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)
Kích Thước Tệp 34.53 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2023-11-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Raymice
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    },
    "description": "__MSG_description__",
    "name": "__MSG_name__",
    "version": "0.5.0",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_defaulttitle__",
        "default_icon": {
            "16": "images\/enabled\/icon16.png",
            "24": "images\/enabled\/icon24.png",
            "32": "images\/enabled\/icon32.png",
            "48": "images\/enabled\/icon48.png",
            "128": "images\/enabled\/icon128.png"
        }
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/app.plex.tv\/*"
    ],
    "icons": {
        "16": "images\/enabled\/icon16.png",
        "24": "images\/enabled\/icon24.png",
        "32": "images\/enabled\/icon32.png",
        "48": "images\/enabled\/icon48.png",
        "128": "images\/enabled\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/contentScript.js",
                "src\/popup\/popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}