Zoom Recording / Video Downloader

Adds a download button to Zoom recording pages

Co je Zoom Recording / Video Downloader?

Zoom Recording / Video Downloader je rozšíření Chrome vyvinuté mattp.solutions, a jeho hlavní funkcí je „Adds a download button to Zoom recording pages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zoom Recording / Video Downloader

Stáhněte si soubory rozšíření Zoom Recording / Video Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Zoom Recording / Video Downloader Zoom Recording / Video Downloader
ID ehioimgmdbbkmbbimfjcdmonjnjjhgng
Oficiální URL https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng
Popis Adds a download button to Zoom recording pages
Velikost souboru 6.77 KB
Počet instalací 100,000
Aktuální Verze 0.1
Poslední Aktualizace 2020-05-10
Datum Vydání 2020-05-10
Hodnocení 3.31/5 Celkem 194 Hodnocení
Vývojář mattp.solutions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}