Panopto Downloader

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

Wat is Panopto Downloader?

Panopto Downloader is een Chrome-extensie ontwikkeld door Bentley Carr, en de belangrijkste functie is "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Panopto Downloader

Download Panopto Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Panopto Downloader Panopto Downloader
ID jcgoagdconfndcjginjeokegdpahebno
Officiële URL https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno
Beschrijving Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Bestandsgrootte 31.18 KB
Aantal Installaties 16,288
Huidige Versie 1.3.2
Laatst Bijgewerkt 2021-07-31
Publicatiedatum 2020-09-24
Beoordeling 4.48/5 Totaal 44 Beoordelingen
Ontwikkelaar Bentley Carr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Yharooer/panopto-downloader-chrome
Help Pagina-URL https://github.com/Yharooer/panopto-downloader-chrome/issues
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}