Ilias Video Downloader

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

What is Ilias Video Downloader?

Ilias Video Downloader is a Chrome extension developed by AutoWork, and its main feature is "Allows to download any video from https://ilias.studium.kit.edu.".

Extension Screenshots

screenshot

Download Ilias Video Downloader Extension CRX File

Download Ilias Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ilias Video Downloader Ilias Video Downloader
ID leenefgjoiioafkijlmlhjjmokoijfmn
Official URL https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn
Description Allows to download any video from https://ilias.studium.kit.edu.
File Size 14.14 KB
Installation Count 652
Current Version 0.0.1
Last Updated 2020-11-18
Publish Date 2020-11-18
Rating 4.67/5 Total 3 Ratings
Developer AutoWork
Email [email protected]
Payment Type free
Privacy Policy Page URL https://home.autowork.dev/privacy-policy
Supported Languages 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
}