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.”。
扩展截图
下载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 |
ID | glkhonkpjnagnkcmhkllaocppalppiao |
官方URL | 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\/*" ] } ] } |