RWTH Opencast Downloader

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

什麼是RWTH Opencast Downloader?

RWTH Opencast Downloader是由Simon Mangel開發的Chrome擴展程式,該擴展的主要功能是“Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.”。

擴展截圖

screenshot

下載RWTH Opencast Downloader擴展crx文件

下載RWTH Opencast Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 RWTH Opencast Downloader RWTH Opencast Downloader
ID glkhonkpjnagnkcmhkllaocppalppiao
官方網址 https://chromewebstore.google.com/detail/rwth-opencast-downloader/glkhonkpjnagnkcmhkllaocppalppiao
簡介 Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.
檔案大小 22.66 KB
安裝次數 782
目前版本 0.0.2
更新時間 2023-08-02
上架時間 2022-03-16
評分 5.00/5 共 5 次評分
開發者 Simon Mangel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/MangelWare/rwth-opencast-downloader
說明頁面URL https://github.com/MangelWare/rwth-opencast-downloader/issues
支援的語言 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\/*"
            ]
        }
    ]
}