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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}