Zoom Recording / Video Downloader

Adds a download button to Zoom recording pages

什么是Zoom Recording / Video Downloader?

Zoom Recording / Video Downloader是由mattp.solutions开发的Chrome扩展程序,该扩展的主要功能是“Adds a download button to Zoom recording pages”。

扩展截图

screenshot

下载Zoom Recording / Video Downloader扩展crx文件

下载Zoom Recording / Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Zoom Recording / Video Downloader Zoom Recording / Video Downloader
ID ehioimgmdbbkmbbimfjcdmonjnjjhgng
官方URL https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng
简介 Adds a download button to Zoom recording pages
文件大小 6.77 KB
安装次数 100,000
当前版本 0.1
更新时间 2020-05-10
上架时间 2020-05-10
评分 3.31/5 共194次评分
开发者 mattp.solutions
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}