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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}