Lily Downloader

Generate video and audio download url for Lily Class.

Lily Downloader là gì?

Lily Downloader là một tiện ích mở rộng Chrome được phát triển bởi Ziqiang Li, và tính năng chính của nó là "Generate video and audio download url for Lily Class.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lily Downloader

Tải xuống các tệp mở rộng Lily Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
URL Chính Thức https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Mô tả Generate video and audio download url for Lily Class.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2021-03-01
Nhà Phát Triển Ziqiang Li
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/liziqiang/lily-dl
URL Trang Trợ Giúp https://github.com/liziqiang/lily-dl
Ngôn Ngữ Được Hỗ Trợ 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"
}