Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Cos'è Cecil Lecture Downloader?

Cecil Lecture Downloader è un'estensione di Chrome sviluppata da dtuit, e la sua funzione principale è "Easily download recorded lectures from Cecil".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cecil Lecture Downloader

Scarica i file di estensione Cecil Lecture Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds a Download button to the Cecil lecture streaming page with options for the quality.

Perfect for all UOA students.                    

Informazioni di Base sull'Estensione

Nome Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
URL Ufficiale https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Descrizione Easily download recorded lectures from Cecil
Dimensione del File 10.01 KB
Conteggio Installazioni 206
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2015-05-15
Data di Pubblicazione 2015-05-15
Valutazione 4.11/5 Totale 19 Valutazioni
Sviluppatore dtuit
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easily download recorded lectures from Cecil",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cecil Lecture Downloader",
    "permissions": [
        "contextMenus"
    ],
    "version": "0.0.0.5",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "skeleton.css",
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}