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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon Mangel และคุณลักษณะหลักของมันคือ "Allows to easily download the MP4 video sources of the RWTH Opencast player embedded in the RWTH Moodle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RWTH Opencast Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } ] } |