StudIP Downloader

Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein

What is StudIP Downloader?

StudIP Downloader is a Chrome extension developed by plocon1, and its main feature is "Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein".

Extension Screenshots

screenshot

Download StudIP Downloader Extension CRX File

Download StudIP 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

                        Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein                    

Extension Basic Information

Name StudIP Downloader StudIP Downloader
ID oioklelfoddphojcipjpgphmajpmbogj
Official URL https://chromewebstore.google.com/detail/studip-downloader/oioklelfoddphojcipjpgphmajpmbogj
Description Fügt einen Downloadbutton für Vorlesungsaufzeichnungen ein
File Size 24.45 KB
Installation Count 151
Current Version 1.2
Last Updated 2020-11-15
Publish Date 2020-11-14
Rating 1.00/5 Total 1 Ratings
Developer plocon1
Email [email protected]
Payment Type free
Extension Website https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
Help Page URL https://github.com/onecalfman/studip-vorlesungsaufzeichnung-download
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StudIP Downloader",
    "version": "1.2",
    "icons": {
        "128": "icon-128px.png",
        "48": "icon-48px.png",
        "16": "icon-16px.png"
    },
    "manifest_version": 2,
    "permissions": [
        "avtiveTab"
    ],
    "background": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*\/plugins.php\/opencast*",
                "https:\/\/*\/seminar_main.php*opencast*"
            ]
        }
    ]
}