Lily Downloader

Generate video and audio download url for Lily Class.

O que é Lily Downloader?

Lily Downloader é uma extensão do Chrome desenvolvida por Ziqiang Li, e sua principal característica é "Generate video and audio download url for Lily Class.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lily Downloader

Baixe arquivos de extensão Lily Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
URL Oficial https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Descrição Generate video and audio download url for Lily Class.
Tamanho do Arquivo 118 KB
Contagem de Instalações 13
Versão Atual 1.0.3
Última Atualização 2021-05-01
Data de Publicação 2021-03-01
Desenvolvedor Ziqiang Li
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/liziqiang/lily-dl
URL da Página de Ajuda https://github.com/liziqiang/lily-dl
Idiomas Suportados 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"
}