iPanopto

Panopto video downloader

Wat is iPanopto?

iPanopto is een Chrome-extensie ontwikkeld door Wayne & Cliff, en de belangrijkste functie is "Panopto video downloader".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iPanopto

Download iPanopto-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

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

Basisinformatie over de Extensie

Naam iPanopto iPanopto
ID dmppcfnghfccnlgnoldfkpfjdcfmnccg
Officiële URL https://chromewebstore.google.com/detail/ipanopto/dmppcfnghfccnlgnoldfkpfjdcfmnccg
Beschrijving Panopto video downloader
Bestandsgrootte 172 KB
Aantal Installaties 568
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-19
Publicatiedatum 2022-02-18
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Wayne & Cliff
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}