Lily Downloader

Generate video and audio download url for Lily Class.

Hvad er Lily Downloader?

Lily Downloader er en Chrome-udvidelse udviklet af Ziqiang Li, og dens hovedfunktion er "Generate video and audio download url for Lily Class.".

Udvidelsesskærmbilleder

screenshot

Download Lily Downloader-udvidelses-CRX-fil

Download Lily Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
Officiel URL https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Beskrivelse Generate video and audio download url for Lily Class.
Filstørrelse 118 KB
Antal Installationer 13
Nuværende Version 1.0.3
Senest Opdateret 2021-05-01
Udgivelsesdato 2021-03-01
Udvikler Ziqiang Li
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/liziqiang/lily-dl
Hjælpeside-URL https://github.com/liziqiang/lily-dl
Understøttede Sprog 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"
}