ILIAS Uni Stuttgart Video Downloader

Download button for videos on Uni Stuttgart's ILIAS.

What is ILIAS Uni Stuttgart Video Downloader?

ILIAS Uni Stuttgart Video Downloader is a Chrome extension developed by srflp, and its main feature is "Download button for videos on Uni Stuttgart's ILIAS.".

Extension Screenshots

screenshot

Download ILIAS Uni Stuttgart Video Downloader Extension CRX File

Download ILIAS Uni Stuttgart 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 addon adds a "Download" button to the pages with videos on Uni Stuttgart's e-learning plaftorm ILIAS.                    

Extension Basic Information

Name ILIAS Uni Stuttgart Video Downloader ILIAS Uni Stuttgart Video Downloader
ID cpbklhogoaeoldgpgmfbnaiaeinmghnf
Official URL https://chromewebstore.google.com/detail/ilias-uni-stuttgart-video/cpbklhogoaeoldgpgmfbnaiaeinmghnf
Description Download button for videos on Uni Stuttgart's ILIAS.
File Size 6.1 KB
Installation Count 18
Current Version 0.1.0
Last Updated 2021-08-22
Publish Date 2021-08-22
Developer srflp
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ILIAS Uni Stuttgart Video Downloader",
    "description": "Download button for videos on Uni Stuttgart's ILIAS.",
    "version": "0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ilias3.uni-stuttgart.de\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}