uekdl

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

¿Qué es uekdl?

uekdl es una extensión de Chrome desarrollada por cristian.piacente01, y su función principal es "Direct link helper for Kaltura embedded videos on elearning.unimib.it".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión uekdl

Descarga archivos de extensión uekdl en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre uekdl uekdl
ID febjjgphnkdphjpgppphcldbiehjdjim
URL Oficial https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim
Descripción Direct link helper for Kaltura embedded videos on elearning.unimib.it
Tamaño del Archivo 36.76 KB
Cantidad de Instalaciones 198
Versión Actual 3.0
Última Actualización 2024-01-04
Fecha de Publicación 2021-08-08
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador cristian.piacente01
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}