Cecil Lecture Downloader
Easily download recorded lectures from Cecil
What is Cecil Lecture Downloader?
Cecil Lecture Downloader is a Chrome extension developed by dtuit, and its main feature is "Easily download recorded lectures from Cecil".
Extension Screenshots
Download Cecil Lecture Downloader Extension CRX File
Download Cecil Lecture Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a Download button to the Cecil lecture streaming page with options for the quality.
Perfect for all UOA students. Extension Basic Information
| Name | |
| ID | emnombflpnpoibnkfhdmecflnapdfpbc |
| Official URL | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
| Description | Easily download recorded lectures from Cecil |
| File Size | 10.01 KB |
| Installation Count | 206 |
| Current Version | 0.0.0.5 |
| Last Updated | 2015-05-15 |
| Publish Date | 2015-05-15 |
| Rating | 4.11/5 Total 19 Ratings |
| Developer | dtuit |
| Payment Type | free |
| Supported Languages | 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"
]
} | |