Lily Downloader

Generate video and audio download url for Lily Class.

Apa itu Lily Downloader?

Lily Downloader adalah ekstensi Chrome yang dikembangkan oleh Ziqiang Li, dan fitur utamanya adalah "Generate video and audio download url for Lily Class.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lily Downloader

Unduh file ekstensi Lily Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
URL Resmi https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Deskripsi Generate video and audio download url for Lily Class.
Ukuran File 118 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2021-05-01
Tanggal Publikasi 2021-03-01
Pengembang Ziqiang Li
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/liziqiang/lily-dl
URL Halaman Bantuan https://github.com/liziqiang/lily-dl
Bahasa yang Didukung 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"
}