Cecil Lecture Downloader
Easily download recorded lectures from Cecil
Was ist Cecil Lecture Downloader?
Cecil Lecture Downloader ist eine Chrome-Erweiterung, die von dtuit entwickelt wurde, und ihr Hauptmerkmal ist "Easily download recorded lectures from Cecil".
Erweiterungsscreenshots
Cecil Lecture Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cecil Lecture Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a Download button to the Cecil lecture streaming page with options for the quality.
Perfect for all UOA students. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emnombflpnpoibnkfhdmecflnapdfpbc |
| Offizielle URL | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
| Beschreibung | Easily download recorded lectures from Cecil |
| Dateigröße | 10.01 KB |
| Installationsanzahl | 206 |
| Aktuelle Version | 0.0.0.5 |
| Letztes Update | 2015-05-15 |
| Veröffentlichungsdatum | 2015-05-15 |
| Bewertung | 4.11/5 Insgesamt 19 Bewertungen |
| Entwickler | dtuit |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |