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
官方網址 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\/*"
            ]
        }
    ]
}