iPanopto

Panopto video downloader

Qu'est-ce que iPanopto ?

iPanopto est une extension Chrome développée par Wayne & Cliff, et sa fonction principale est "Panopto video downloader".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iPanopto

Téléchargez les fichiers d'extension iPanopto 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

                        This is an extension that uses the RSS links found in the html code of Panopto pages to reach and download videos on Panopto.                    

Informations de Base sur l'Extension

Nom iPanopto iPanopto
ID dmppcfnghfccnlgnoldfkpfjdcfmnccg
URL Officiel https://chromewebstore.google.com/detail/ipanopto/dmppcfnghfccnlgnoldfkpfjdcfmnccg
Description Panopto video downloader
Taille du Fichier 172 KB
Nombre d'Installations 568
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-19
Date de Publication 2022-02-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur Wayne & Cliff
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iPanopto",
    "description": "Panopto video downloader",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "128": "iPanopto.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "tabs"
    ]
}