Lily Downloader

Generate video and audio download url for Lily Class.

Qu'est-ce que Lily Downloader ?

Lily Downloader est une extension Chrome développée par Ziqiang Li, et sa fonction principale est "Generate video and audio download url for Lily Class.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lily Downloader

Téléchargez les fichiers d'extension Lily Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lily Downloader Lily Downloader
ID bicfofcalgnhfemingaindalckjpbpcj
URL Officiel https://chromewebstore.google.com/detail/lily-downloader/bicfofcalgnhfemingaindalckjpbpcj
Description Generate video and audio download url for Lily Class.
Taille du Fichier 118 KB
Nombre d'Installations 13
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-05-01
Date de Publication 2021-03-01
Développeur Ziqiang Li
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/liziqiang/lily-dl
URL de la Page d'Aide https://github.com/liziqiang/lily-dl
Langues Prises en Charge 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"
}