Zoom Recording / Video Downloader

Adds a download button to Zoom recording pages

Hvad er Zoom Recording / Video Downloader?

Zoom Recording / Video Downloader er en Chrome-udvidelse udviklet af mattp.solutions, og dens hovedfunktion er "Adds a download button to Zoom recording pages".

Udvidelsesskærmbilleder

screenshot

Download Zoom Recording / Video Downloader-udvidelses-CRX-fil

Download Zoom Recording / Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Allows Zoom recordings and videos to be downloaded by adding a download button below the video. Simply access a recording that you require, and, when the button appears, right click on it and choose "Save link as...". You will then be able to download the video.

This is not to be used to download any Zoom videos that you do not have permission from the creator to download - I provide this script as is, purely to enable functionality in cases where downloading the video is not infringing on copyright, or against the wills, wishes and privacy of the creator(s) and participants of a Zoom video/meeting.                    

Grundlæggende oplysninger om udvidelsen

Navn Zoom Recording / Video Downloader Zoom Recording / Video Downloader
ID ehioimgmdbbkmbbimfjcdmonjnjjhgng
Officiel URL https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng
Beskrivelse Adds a download button to Zoom recording pages
Filstørrelse 6.77 KB
Antal Installationer 100,000
Nuværende Version 0.1
Senest Opdateret 2020-05-10
Udgivelsesdato 2020-05-10
Bedømmelse 3.31/5 Samlet 194 Bedømmelser
Udvikler mattp.solutions
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoom Recording \/ Video Downloader",
    "description": "Adds a download button to Zoom recording pages",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/rec\/play\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "short_name": "zoomdl"
}