Zoom Recording / Video Downloader
Adds a download button to Zoom recording pages
What is Zoom Recording / Video Downloader?
Zoom Recording / Video Downloader is a Chrome extension developed by mattp.solutions, and its main feature is "Adds a download button to Zoom recording pages".
Extension Screenshots
Download Zoom Recording / Video Downloader Extension CRX File
Download Zoom Recording / Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ehioimgmdbbkmbbimfjcdmonjnjjhgng |
Official URL | https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng |
Description | Adds a download button to Zoom recording pages |
File Size | 6.77 KB |
Installation Count | 100,000 |
Current Version | 0.1 |
Last Updated | 2020-05-10 |
Publish Date | 2020-05-10 |
Rating | 3.31/5 Total 194 Ratings |
Developer | mattp.solutions |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |