Panopto Lecture Downloader

Download YOUR lectures from Panopto

Panopto Lecture Downloader là gì?

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

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Panopto 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

                        At the end of the semester, you will most likely lose access to all your lecture videos during the year. You are losing aceess to the material that you paid tens of thousands of dollars for. No more! 

Introducing Panopto Lecture Downloader.

Features:
- download Panopto video from webpage
- **download high-res second stream**
-(usually whiteboard or slides; depends on avaliability)


How to use:
 1. Go to the Panopto web player page
 2. (if you just installed, refresh the page plz)
 3. Pin the plug in to the extension bar
 4. Click on the extension plug in
 5. Download single stream or double stream in the pop-up

Inspired by ManoloZocco's Panopto Video Downloader                    

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

Tên Panopto Lecture Downloader Panopto Lecture Downloader
ID cjdfaiolhppdjejkdeobnpgiiaipccjf
URL Chính Thức https://chrome.google.com/webstore/detail/panopto-lecture-downloade/cjdfaiolhppdjejkdeobnpgiiaipccjf
Mô tả Download YOUR lectures from Panopto
Kích Thước Tệp 17.11 KB
Số Lần Cài Đặt 839
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-05-11
Ngày Phát Hành 2021-05-11
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển intelchen
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.notion.so/Panopto-Lecture-Downloader-FAQ-02c08a775156495598524bb4c4706d91
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panopto Lecture Downloader",
    "version": "1.0",
    "description": "Download YOUR lectures from Panopto",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "download-icon-green.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "permissions": [
        "activeTab",
        "tabs",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self';"
}