RWTH Opencast Downloader

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

Qu'est-ce que RWTH Opencast Downloader ?

RWTH Opencast Downloader est une extension Chrome développée par Simon Mangel, et sa fonction principale est "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RWTH Opencast Downloader

Téléchargez les fichiers d'extension RWTH Opencast Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RWTH Opencast Downloader RWTH Opencast Downloader
ID glkhonkpjnagnkcmhkllaocppalppiao
URL Officiel https://chromewebstore.google.com/detail/rwth-opencast-downloader/glkhonkpjnagnkcmhkllaocppalppiao
Description Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.
Taille du Fichier 22.66 KB
Nombre d'Installations 782
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-08-02
Date de Publication 2022-03-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur Simon Mangel
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/MangelWare/rwth-opencast-downloader
URL de la Page d'Aide https://github.com/MangelWare/rwth-opencast-downloader/issues
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}