Lily Downloader

Generate video and audio download url for Lily Class.

Vad är Lily Downloader?

Lily Downloader är en Chrome-tillägg utvecklad av Ziqiang Li, och dess huvudfunktion är "Generate video and audio download url for Lily Class.".

Tilläggsskärmbilder

screenshot

Ladda ner Lily Downloader-förlängningens CRX-fil

Ladda ner Lily Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
Officiell webbadress https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Beskrivning Generate video and audio download url for Lily Class.
Filstorlek 118 KB
Antal Installationer 13
Aktuell Version 1.0.3
Senast Uppdaterad 2021-05-01
Publiceringsdatum 2021-03-01
Utvecklare Ziqiang Li
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/liziqiang/lily-dl
Hjälpsida URL https://github.com/liziqiang/lily-dl
Stödda Språk 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"
}