Cecil Lecture Downloader

Easily download recorded lectures from Cecil

Cecil Lecture Downloader là gì?

Cecil Lecture Downloader là một tiện ích mở rộng Chrome được phát triển bởi dtuit, và tính năng chính của nó là "Easily download recorded lectures from Cecil".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cecil Lecture Downloader

Tải xuống các tệp mở rộng Cecil Lecture Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Adds a Download button to the Cecil lecture streaming page with options for the quality.

Perfect for all UOA students.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cecil Lecture Downloader Cecil Lecture Downloader
ID emnombflpnpoibnkfhdmecflnapdfpbc
URL Chính Thức https://chrome.google.com/webstore/detail/cecil-lecture-downloader/emnombflpnpoibnkfhdmecflnapdfpbc
Mô tả Easily download recorded lectures from Cecil
Kích Thước Tệp 10.01 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2015-05-15
Ngày Phát Hành 2015-05-15
Đánh Giá 4.11/5 Tổng số 19 Đánh Giá
Nhà Phát Triển dtuit
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}