Panopto Downloader

Downloads Panopto videos. Tested with the University of Cambridge Panopto website.

Panopto Downloader là gì?

Panopto Downloader là một tiện ích mở rộng Chrome được phát triển bởi Bentley Carr, và tính năng chính của nó là "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.".

Ả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 Panopto Downloader

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

                        NOTE: It has come to my attention that sadly Panopto Downloader no longer works for some organisations. There may be an update in the upcoming months. Thank you to everyone who have supported Panopto Downloader up until now.

__________________________________

Downloads Panopto videos. Tested with the University of Cambridge Panopto website.

Panpoto Downloader is in no way affiliated with Panopto. You should check with your institution to determine whether you are permitted to store downloads of recordings before using this tool.                    

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

Tên Panopto Downloader Panopto Downloader
ID jcgoagdconfndcjginjeokegdpahebno
URL Chính Thức https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno
Mô tả Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Kích Thước Tệp 31.18 KB
Số Lần Cài Đặt 16,288
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2021-07-31
Ngày Phát Hành 2020-09-24
Đánh Giá 4.48/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Bentley Carr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Yharooer/panopto-downloader-chrome
URL Trang Trợ Giúp https://github.com/Yharooer/panopto-downloader-chrome/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panopto Downloader",
    "version": "1.3.2",
    "description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "https:\/\/*.panopto.eu\/*",
        "https:\/\/*.panopto.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "panoptodl.js"
            ],
            "matches": [
                "https:\/\/*.panopto.eu\/*",
                "https:\/\/*.panopto.com\/*"
            ]
        }
    ]
}