Lily Downloader

Generate video and audio download url for Lily Class.

什么是Lily Downloader?

Lily Downloader是由Ziqiang Li开发的Chrome扩展程序,该扩展的主要功能是“Generate video and audio download url for Lily Class.”。

扩展截图

screenshot

下载Lily Downloader扩展crx文件

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

扩展使用说明

                        This extension can detect all your courses of Lily Class. You can click the course to generate  files of video and audio download urls. Then you can use some m3u8 downloader tool to download them.                    

扩展基本信息

名称 Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
官方URL https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
简介 Generate video and audio download url for Lily Class.
文件大小 118 KB
安装次数 13
当前版本 1.0.3
更新时间 2021-05-01
上架时间 2021-03-01
开发者 Ziqiang Li
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/liziqiang/lily-dl
帮助页面URL https://github.com/liziqiang/lily-dl
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lily Downloader",
    "version": "1.0.3",
    "description": "Generate video and audio download url for Lily Class.",
    "author": "Ziqiang Li",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_title": "Lily Downloader",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lilyclass.com\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.slim.min.js",
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "notifications",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/github.com\/liziqiang\/lily-dl"
}