Lily Downloader

Generate video and audio download url for Lily Class.

What is Lily Downloader?

Lily Downloader is a Chrome extension developed by Ziqiang Li, and its main feature is "Generate video and audio download url for Lily Class.".

Extension Screenshots

screenshot

Download Lily Downloader Extension CRX File

Download Lily Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
Official URL https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Description Generate video and audio download url for Lily Class.
File Size 118 KB
Installation Count 13
Current Version 1.0.3
Last Updated 2021-05-01
Publish Date 2021-03-01
Developer Ziqiang Li
Email [email protected]
Payment Type free
Extension Website https://github.com/liziqiang/lily-dl
Help Page URL https://github.com/liziqiang/lily-dl
Supported Languages 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"
}