RWTH Opencast Downloader

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

RWTH Opencast Downloader là gì?

RWTH Opencast Downloader là một tiện ích mở rộng Chrome được phát triển bởi Simon Mangel, và tính năng chính của nó là "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RWTH Opencast Downloader

Tải xuống các tệp mở rộng RWTH Opencast Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RWTH Opencast Downloader RWTH Opencast Downloader
ID glkhonkpjnagnkcmhkllaocppalppiao
URL Chính Thức https://chromewebstore.google.com/detail/rwth-opencast-downloader/glkhonkpjnagnkcmhkllaocppalppiao
Mô tả Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle.
Kích Thước Tệp 22.66 KB
Số Lần Cài Đặt 782
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2022-03-16
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Simon Mangel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MangelWare/rwth-opencast-downloader
URL Trang Trợ Giúp https://github.com/MangelWare/rwth-opencast-downloader/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}