Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Apa itu Cecil Lecture Downloader?

Cecil Lecture Downloader adalah ekstensi Chrome yang dikembangkan oleh dtuit, dan fitur utamanya adalah "Easily download recorded lectures from Cecil".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cecil Lecture Downloader

Unduh file ekstensi Cecil Lecture Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Perfect for all UOA students.                    

Informasi Dasar Ekstensi

Nama Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
URL Resmi https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Deskripsi Easily download recorded lectures from Cecil
Ukuran File 10.01 KB
Jumlah Instalasi 206
Versi Saat Ini 0.0.0.5
Terakhir Diperbarui 2015-05-15
Tanggal Publikasi 2015-05-15
Penilaian 4.11/5 Total 19 Penilaian
Pengembang dtuit
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}