Panopto Downloader

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

什么是Panopto Downloader?

Panopto Downloader是由Bentley Carr开发的Chrome扩展程序,该扩展的主要功能是“Downloads Panopto videos. Tested with the University of Cambridge Panopto website.”。

扩展截图

screenshot

下载Panopto Downloader扩展crx文件

下载Panopto Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Panopto Downloader Panopto Downloader
ID jcgoagdconfndcjginjeokegdpahebno
官方URL https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno
简介 Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
文件大小 31.18 KB
安装次数 16,288
当前版本 1.3.2
更新时间 2021-07-31
上架时间 2020-09-24
评分 4.48/5 共44次评分
开发者 Bentley Carr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Yharooer/panopto-downloader-chrome
帮助页面URL https://github.com/Yharooer/panopto-downloader-chrome/issues
支持的语言 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\/*"
            ]
        }
    ]
}