Cecil Lecture Downloader
Easily download recorded lectures from Cecil
什么是Cecil Lecture Downloader?
Cecil Lecture Downloader是由dtuit开发的Chrome扩展程序,该扩展的主要功能是“Easily download recorded lectures from Cecil”。
扩展截图
下载Cecil Lecture Downloader扩展crx文件
下载Cecil Lecture Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a Download button to the Cecil lecture streaming page with options for the quality.
Perfect for all UOA students. 扩展基本信息
| 名称 | |
| ID | emnombflpnpoibnkfhdmecflnapdfpbc |
| 官方URL | https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc |
| 简介 | Easily download recorded lectures from Cecil |
| 文件大小 | 10.01 KB |
| 安装次数 | 206 |
| 当前版本 | 0.0.0.5 |
| 更新时间 | 2015-05-15 |
| 上架时间 | 2015-05-15 |
| 评分 | 4.11/5 共19次评分 |
| 开发者 | dtuit |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |