RWTH Opencast Downloader

Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.

O que é RWTH Opencast Downloader?

RWTH Opencast Downloader é uma extensão do Chrome desenvolvida por Simon Mangel, e sua principal característica é "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RWTH Opencast Downloader

Baixe arquivos de extensão RWTH Opencast Downloader 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

                        Mit dieser Erweiterung können die MP4-Videodateien des auf dem RWTH Moodle eingebetteten OpenCast/Paella Players einfach heruntergeladen werden, um diese offline zu schauen. 

Neu in Version 0.0.2: Unterstützung des neuen URL-Formates                    

Informações Básicas da Extensão

Nome RWTH Opencast Downloader RWTH Opencast Downloader
ID glkhonkpjnagnkcmhkllaocppalppiao
URL Oficial https://chromewebstore.google.com/detail/rwth-opencast-downloader/glkhonkpjnagnkcmhkllaocppalppiao
Descrição Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.
Tamanho do Arquivo 22.66 KB
Contagem de Instalações 782
Versão Atual 0.0.2
Última Atualização 2023-08-02
Data de Publicação 2022-03-16
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Simon Mangel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MangelWare/rwth-opencast-downloader
URL da Página de Ajuda https://github.com/MangelWare/rwth-opencast-downloader/issues
Idiomas Suportados de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RWTH Opencast Downloader",
    "version": "0.0.2",
    "icons": {
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "description": "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.",
    "author": "Simon Mangel",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/engage.streaming.rwth-aachen.de\/*paella\/ui\/watch.html**"
            ],
            "all_frames": true,
            "js": [
                "opencast-inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "opencast-inject-inner.js"
            ],
            "matches": [
                "https:\/\/engage.streaming.rwth-aachen.de\/*"
            ]
        }
    ]
}