Ilias Video Downloader

Allows to download any video from https://ilias.studium.kit.edu.

Qu'est-ce que Ilias Video Downloader ?

Ilias Video Downloader est une extension Chrome développée par AutoWork, et sa fonction principale est "Allows to download any video from https://ilias.studium.kit.edu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ilias Video Downloader

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

                        This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video.                    

Informations de Base sur l'Extension

Nom Ilias Video Downloader Ilias Video Downloader
ID leenefgjoiioafkijlmlhjjmokoijfmn
URL Officiel https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn
Description Allows to download any video from https://ilias.studium.kit.edu.
Taille du Fichier 14.14 KB
Nombre d'Installations 652
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-11-18
Date de Publication 2020-11-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur AutoWork
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://home.autowork.dev/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ilias Video Downloader",
    "version": "0.0.1",
    "description": "Allows to download any video from https:\/\/ilias.studium.kit.edu.",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_32.png"
    },
    "permissions": [
        "https:\/\/ilias.studium.kit.edu\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ilias.studium.kit.edu\/*"
            ],
            "css": [
                "onAny.css"
            ],
            "js": [
                "onAny.js"
            ]
        }
    ],
    "manifest_version": 2
}