Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Vad är Cecil Lecture Downloader?

Cecil Lecture Downloader är en Chrome-tillägg utvecklad av dtuit, och dess huvudfunktion är "Easily download recorded lectures from Cecil".

Tilläggsskärmbilder

screenshot

Ladda ner Cecil Lecture Downloader-förlängningens CRX-fil

Ladda ner Cecil Lecture Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Perfect for all UOA students.                    

Grundläggande Information om Tillägg

Namn Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
Officiell webbadress https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Beskrivning Easily download recorded lectures from Cecil
Filstorlek 10.01 KB
Antal Installationer 206
Aktuell Version 0.0.0.5
Senast Uppdaterad 2015-05-15
Publiceringsdatum 2015-05-15
Betyg 4.11/5 Totalt 19 Betyg
Utvecklare dtuit
Betalningssätt free
Stödda Språk 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"
    ]
}