StudIP Video Download

Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein

什麼是StudIP Video Download?

StudIP Video Download是由https://moritz-riedel.de開發的Chrome擴展程式,該擴展的主要功能是“Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein”。

擴展截圖

screenshot
screenshot

下載StudIP Video Download擴展crx文件

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

擴展使用說明

                        Für Studis der TU-Braunschweig und der Universität Bremen

Disclaimer: Es wird darauf hingewiesen, dass die Bestimmungen des jeweiligen Urhebers einzuhalten sind. Dieses Tool ist nur für das Erzeugen von Privatkopien zum persönlichen Gebrauch vorgesehen. Für Verletzungen des Urheberrechts durch Verbreiten der Videos ist der Nutzer verantwortlich.                    

擴展基本資訊

名稱 StudIP Video Download StudIP Video Download
ID nlbpeboobplnglcgpocphmdkmmjekhan
官方網址 https://chromewebstore.google.com/detail/studip-video-download/nlbpeboobplnglcgpocphmdkmmjekhan
簡介 Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein
檔案大小 18.98 KB
安裝次數 271
目前版本 1.8.2
更新時間 2023-11-17
上架時間 2021-11-12
評分 5.00/5 共 2 次評分
開發者 https://moritz-riedel.de
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/RIVEK-Development/StudIP-Video-Download
說明頁面URL https://moritz-riedel.de/StudIP-Video-Download/
支援的語言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudIP Video Download",
    "version": "1.8.2",
    "description": "F\u00fcgt im Opencast Videoplayer von StudIP eine Downloadm\u00f6glichkeit ein",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opencast-present.tu-braunschweig.de\/*",
                "https:\/\/opencast03.zmml.uni-bremen.de\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/studip.tu-braunschweig.de\/plugins.php\/opencast\/*",
                "https:\/\/elearning.uni-bremen.de\/plugins.php\/opencast\/*"
            ],
            "js": [
                "content2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/studip.uni-hannover.de\/plugins.php\/flowcastsplugin\/media\/player*"
            ],
            "js": [
                "content3.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "download.svg",
                "download_round.svg"
            ],
            "matches": [
                "https:\/\/opencast-present.tu-braunschweig.de\/*",
                "https:\/\/opencast03.zmml.uni-bremen.de\/*"
            ]
        }
    ],
    "permissions": [
        "downloads"
    ]
}