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 |
Eメール | [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\/*" ] } ] } |