uekdl

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

uekdl क्या है?

uekdl cristian.piacente01 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Direct link helper for Kaltura embedded videos on elearning.unimib.it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में uekdl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}