uekdl

Direct link helper for Kaltura embedded videos on elearning.unimib.it

Was ist uekdl?

uekdl ist eine Chrome-Erweiterung, die von cristian.piacente01 entwickelt wurde, und ihr Hauptmerkmal ist "Direct link helper for Kaltura embedded videos on elearning.unimib.it".

Erweiterungsscreenshots

screenshot

uekdl-Erweiterungs-CRX-Datei herunterladen

Laden Sie uekdl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Update 3.0: fixed the video link.

Update 2.2: minor changes.

Update 2.1: fixed to support the new e-learning html.

Update 2.0: the syllabus button isn't used as the direct link button anymore, thanks to Andrea Mauriello!

This extension enables you to get the direct link for Kaltura embedded videos ONLY ON elearning.unimib.it.
As shown in the screenshot, you'll see a new button on the right of the syllabus button.                    

Grundlegende Informationen zur Erweiterung

Name uekdl uekdl
ID febjjgphnkdphjpgppphcldbiehjdjim
Offizielle URL https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim
Beschreibung Direct link helper for Kaltura embedded videos on elearning.unimib.it
Dateigröße 36.76 KB
Installationsanzahl 198
Aktuelle Version 3.0
Letztes Update 2024-01-04
Veröffentlichungsdatum 2021-08-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler cristian.piacente01
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "uekdl",
    "description": "Direct link helper for Kaltura embedded videos on elearning.unimib.it",
    "version": "3.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.unimib.it\/mod\/kalvidres\/view.php?id=*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "magic.js"
            ]
        }
    ]
}