Cecil Lecture Downloader
Easily download recorded lectures from Cecil
Wat is Cecil Lecture Downloader?
Cecil Lecture Downloader is een Chrome-extensie ontwikkeld door dtuit, en de belangrijkste functie is "Easily download recorded lectures from Cecil".
Extensie Screenshots
Download het CRX-bestand van de extensie Cecil Lecture Downloader
Download Cecil Lecture Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a Download button to the Cecil lecture streaming page with options for the quality. Perfect for all UOA students.
Basisinformatie over de Extensie
Naam | |
ID | emnombflpnpoibnkfhdmecflnapdfpbc |
Officiële URL | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
Beschrijving | Easily download recorded lectures from Cecil |
Bestandsgrootte | 10.01 KB |
Aantal Installaties | 206 |
Huidige Versie | 0.0.0.5 |
Laatst Bijgewerkt | 2015-05-15 |
Publicatiedatum | 2015-05-15 |
Beoordeling | 4.11/5 Totaal 19 Beoordelingen |
Ontwikkelaar | dtuit |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |