Lily Downloader

Generate video and audio download url for Lily Class.

Cos'è Lily Downloader?

Lily Downloader è un'estensione di Chrome sviluppata da Ziqiang Li, e la sua funzione principale è "Generate video and audio download url for Lily Class.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lily Downloader

Scarica i file di estensione Lily Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
URL Ufficiale https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Descrizione Generate video and audio download url for Lily Class.
Dimensione del File 118 KB
Conteggio Installazioni 13
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-05-01
Data di Pubblicazione 2021-03-01
Sviluppatore Ziqiang Li
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/liziqiang/lily-dl
URL della Pagina di Aiuto https://github.com/liziqiang/lily-dl
Lingue Supportate 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"
}