Ilias Video Downloader

Allows to download any video from https://ilias.studium.kit.edu.

什么是Ilias Video Downloader?

Ilias Video Downloader是由AutoWork开发的Chrome扩展程序,该扩展的主要功能是“Allows to download any video from https://ilias.studium.kit.edu.”。

扩展截图

screenshot

下载Ilias Video Downloader扩展crx文件

下载Ilias Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a custom button close to video thumbnails on KIT Ilias platform, which allows to download the video.                    

扩展基本信息

名称 Ilias Video Downloader Ilias Video Downloader
ID leenefgjoiioafkijlmlhjjmokoijfmn
官方URL https://chromewebstore.google.com/detail/ilias-video-downloader/leenefgjoiioafkijlmlhjjmokoijfmn
简介 Allows to download any video from https://ilias.studium.kit.edu.
文件大小 14.14 KB
安装次数 652
当前版本 0.0.1
更新时间 2020-11-18
上架时间 2020-11-18
评分 4.67/5 共3次评分
开发者 AutoWork
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://home.autowork.dev/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ilias Video Downloader",
    "version": "0.0.1",
    "description": "Allows to download any video from https:\/\/ilias.studium.kit.edu.",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_32.png"
    },
    "permissions": [
        "https:\/\/ilias.studium.kit.edu\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ilias.studium.kit.edu\/*"
            ],
            "css": [
                "onAny.css"
            ],
            "js": [
                "onAny.js"
            ]
        }
    ],
    "manifest_version": 2
}