Plex Download Extension

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

O que é Plex Download Extension?

Plex Download Extension é uma extensão do Chrome desenvolvida por Raymice, e sua principal característica é "Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Plex Download Extension

Baixe arquivos de extensão Plex Download Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Plex Download Extension Plex Download Extension
ID dineoginfckbbcgkbbahamjgdambpocn
URL Oficial https://chromewebstore.google.com/detail/plex-download-extension/dineoginfckbbcgkbbahamjgdambpocn
Descrição Extension to download file from Plex Server ('Allow Donwloads' restriction need to be enabled for current Plex user)
Tamanho do Arquivo 34.53 KB
Contagem de Instalações 113
Versão Atual 0.5.0
Última Atualização 2024-02-25
Data de Publicação 2023-11-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Raymice
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}