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ファイルをダウンロード

Lily Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}