uekdl

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

什麼是uekdl?

uekdl是由cristian.piacente01開發的Chrome擴展程式,該擴展的主要功能是“Direct link helper for Kaltura embedded videos on elearning.unimib.it”。

擴展截圖

screenshot

下載uekdl擴展crx文件

下載uekdl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 uekdl uekdl
ID febjjgphnkdphjpgppphcldbiehjdjim
官方網址 https://chromewebstore.google.com/detail/uekdl/febjjgphnkdphjpgppphcldbiehjdjim
簡介 Direct link helper for Kaltura embedded videos on elearning.unimib.it
檔案大小 36.76 KB
安裝次數 198
目前版本 3.0
更新時間 2024-01-04
上架時間 2021-08-08
評分 5.00/5 共 3 次評分
開發者 cristian.piacente01
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}