Lily Downloader

Generate video and audio download url for Lily Class.

Lily Downloaderคืออะไร?

Lily Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ziqiang Li และคุณลักษณะหลักของมันคือ "Generate video and audio download url for Lily Class."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lily Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}