Cecil Lecture Downloader
Easily download recorded lectures from Cecil
Hvad er Cecil Lecture Downloader?
Cecil Lecture Downloader er en Chrome-udvidelse udviklet af dtuit, og dens hovedfunktion er "Easily download recorded lectures from Cecil".
Udvidelsesskærmbilleder
Download Cecil Lecture Downloader-udvidelses-CRX-fil
Download Cecil Lecture Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a Download button to the Cecil lecture streaming page with options for the quality. Perfect for all UOA students.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | emnombflpnpoibnkfhdmecflnapdfpbc |
Officiel URL | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
Beskrivelse | Easily download recorded lectures from Cecil |
Filstørrelse | 10.01 KB |
Antal Installationer | 206 |
Nuværende Version | 0.0.0.5 |
Senest Opdateret | 2015-05-15 |
Udgivelsesdato | 2015-05-15 |
Bedømmelse | 4.11/5 Samlet 19 Bedømmelser |
Udvikler | dtuit |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |