Panopto Downloader

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

O que é Panopto Downloader?

Panopto Downloader é uma extensão do Chrome desenvolvida por Bentley Carr, e sua principal característica é "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Panopto Downloader

Baixe arquivos de extensão Panopto Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Panopto Downloader Panopto Downloader
ID jcgoagdconfndcjginjeokegdpahebno
URL Oficial https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno
Descrição Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Tamanho do Arquivo 31.18 KB
Contagem de Instalações 16,288
Versão Atual 1.3.2
Última Atualização 2021-07-31
Data de Publicação 2020-09-24
Classificação 4.48/5 Total de 44 Avaliações
Desenvolvedor Bentley Carr
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Yharooer/panopto-downloader-chrome
URL da Página de Ajuda https://github.com/Yharooer/panopto-downloader-chrome/issues
Idiomas Suportados 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\/*"
            ]
        }
    ]
}