Lily Downloader

Generate video and audio download url for Lily Class.

Lily Downloader란 무엇입니까?

Lily Downloader은(는) Ziqiang Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate video and audio download url for Lily Class."입니다.

확장 프로그램 스크린샷

screenshot

Lily Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
공식 URL https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
설명 Generate video and audio download url for Lily Class.
파일 크기 118 KB
설치 횟수 13
현재 버전 1.0.3
최근 업데이트 2021-05-01
출시 날짜 2021-03-01
개발자 Ziqiang Li
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/liziqiang/lily-dl
도움말 페이지 URL https://github.com/liziqiang/lily-dl
지원되는 언어 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"
}