RWTH Opencast Downloader

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

What is RWTH Opencast Downloader?

RWTH Opencast Downloader is a Chrome extension developed by Simon Mangel, and its main feature is "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.".

Extension Screenshots

screenshot

Download RWTH Opencast Downloader Extension CRX File

Download RWTH Opencast Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RWTH Opencast Downloader RWTH Opencast Downloader
ID glkhonkpjnagnkcmhkllaocppalppiao
Official URL 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.
File Size 22.66 KB
Installation Count 782
Current Version 0.0.2
Last Updated 2023-08-02
Publish Date 2022-03-16
Rating 5.00/5 Total 5 Ratings
Developer Simon Mangel
Email [email protected]
Payment Type free
Extension Website https://github.com/MangelWare/rwth-opencast-downloader
Help Page URL https://github.com/MangelWare/rwth-opencast-downloader/issues
Supported Languages 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\/*"
            ]
        }
    ]
}