StudIP Video Download

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

Qu'est-ce que StudIP Video Download ?

StudIP Video Download est une extension Chrome développée par https://moritz-riedel.de, et sa fonction principale est "Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension StudIP Video Download

Téléchargez les fichiers d'extension StudIP Video Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom StudIP Video Download StudIP Video Download
ID nlbpeboobplnglcgpocphmdkmmjekhan
URL Officiel https://chromewebstore.google.com/detail/studip-video-download/nlbpeboobplnglcgpocphmdkmmjekhan
Description Fügt im Opencast Videoplayer von StudIP eine Downloadmöglichkeit ein
Taille du Fichier 18.98 KB
Nombre d'Installations 271
Version Actuelle 1.8.2
Dernière Mise à Jour 2023-11-17
Date de Publication 2021-11-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://moritz-riedel.de
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/RIVEK-Development/StudIP-Video-Download
URL de la Page d'Aide https://moritz-riedel.de/StudIP-Video-Download/
Langues Prises en Charge 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"
    ]
}