Ilias Video-Download-Button

Adds missing download buttons to videos at ILIAS Opencast pages.

Qu'est-ce que Ilias Video-Download-Button ?

Ilias Video-Download-Button est une extension Chrome développée par nerdyhomeproductions, et sa fonction principale est "Adds missing download buttons to videos at ILIAS Opencast pages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ilias Video-Download-Button

Téléchargez les fichiers d'extension Ilias Video-Download-Button 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

                        Ilias is an open source E-Learning platform used and provided by many universities in conjunction with Opencast to distribute videos and online lectures.

Some videos do not show the download button, but that is stupid and annoying, especially since Ilias is not very reliable and we therefore need backups. This extension solves that by adding download buttons to videos that are missing it, making it easier than ever to survive the next Ilias outage.

Source code: https://github.com/McLP2/Ilias-Video-Download-Button

If you want to try this add-on but do not have access to an instance of ILIAS with Opencast, you can host your own. You can find information about this process at https://www.ilias.de/ and https://opencast.org/, especially at https://docu.ilias.de/goto_docu_wiki_wpage_4975_1357.html.                    

Informations de Base sur l'Extension

Nom Ilias Video-Download-Button Ilias Video-Download-Button
ID ijpkmikochgighahhahpibabcemkdgck
URL Officiel https://chromewebstore.google.com/detail/ilias-video-download-butt/ijpkmikochgighahhahpibabcemkdgck
Description Adds missing download buttons to videos at ILIAS Opencast pages.
Taille du Fichier 3.56 KB
Nombre d'Installations 138
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-05-25
Date de Publication 2021-05-25
Développeur nerdyhomeproductions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/McLP2/Ilias-Video-Download-Button
URL de la Page d'Aide https://github.com/McLP2/Ilias-Video-Download-Button/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ilias Video-Download-Button",
    "version": "1.1.0",
    "description": "Adds missing download buttons to videos at ILIAS Opencast pages.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*ilias.php*xocteventgui*"
            ],
            "js": [
                "\/content_script.js"
            ]
        }
    ],
    "permissions": []
}