Panopto Downloader

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

Qu'est-ce que Panopto Downloader ?

Panopto Downloader est une extension Chrome développée par Bentley Carr, et sa fonction principale est "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Panopto Downloader

Téléchargez les fichiers d'extension Panopto Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Panopto Downloader Panopto Downloader
ID jcgoagdconfndcjginjeokegdpahebno
URL Officiel https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno
Description Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Taille du Fichier 31.18 KB
Nombre d'Installations 16,288
Version Actuelle 1.3.2
Dernière Mise à Jour 2021-07-31
Date de Publication 2020-09-24
Évaluation 4.48/5 Total 44 Évaluations
Développeur Bentley Carr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Yharooer/panopto-downloader-chrome
URL de la Page d'Aide https://github.com/Yharooer/panopto-downloader-chrome/issues
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}