Plex Download Extension

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

ما هو Plex Download Extension؟

Plex Download Extension هو إضافة Chrome تم تطويرها بواسطة Raymice، والميزة الرئيسية لها هي "Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Plex Download Extension

قم بتنزيل ملفات الامتداد Plex Download Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Plex Download Extension Plex Download Extension
ID dineoginfckbbcgkbbahamjgdambpocn
عنوان URL الرسمي https://chromewebstore.google.com/detail/plex-download-extension/dineoginfckbbcgkbbahamjgdambpocn
الوصف Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)
حجم الملف 34.53 KB
عدد التثبيتات 113
النسخة الحالية 0.5.0
آخر تحديث 2024-02-25
تاريخ النشر 2023-11-30
تقييم 5.00/5 مجموع تقييمات 2
المطور Raymice
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}