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"
}