ZoomSave

A simple, open Source user-script allows users download Zoom Recordings Quickly

ZoomSave 3

A user-friendly, open Source user-script that lets users download Zoom Recordings quickly 🔥.

Important Disclaimer ⚠️

This script only facilitates the downloading process for users who have the necessary permissions to access the recordings. Unauthorized downloading violates terms of service and potentially legal guidelines. Always ensure you have appropriate permissions when using this tool.

Developer’s Note: The developer of ZoomSave 3 is not responsible for the actions taken by the users. Please use this tool ethically and responsibly.

Installation

Installing ZoomSave 3 is a breeze. Just follow these 2 steps:

  1. First, download and install Tampermonkey for your browser by clicking on the relevant link:

  2. After installing Tampermonkey, click on the “Install” button below to add ZoomSave 3:

Install ZoomSave 3

Video Walkthrough

Video Walkthrough, Loading ...

How to Use?

After you’ve got ZoomSave 3 up and running, you’ll notice a direct download link labeled “(Click Here To Download)” right next to the video title on Zoom recording pages. You can click it directly to start the download.

Note: In some cases, depending on the browser and its settings, you might need to right-click the link and select “Save Link As” to download the video.

Video Walkthrough

Video Walkthrough, Loading ...

FAQ

1. Are there any viruses, malware, adware, etc., in this script?

No. ZoomSave 3 is completely open-source, ensuring full transparency. If you have reservations, the source code is available for your perusal.

2. Does ZoomSave 3 collect personal information like emails, passwords, or browser history?

Absolutely not. ZoomSave 3 is designed to run exclusively on Zoom’s recording pages, aiming to help users download videos. It does not have access to, nor does it collect any personal data. A snippet from the script underlines this:

```javascript // @match https://.zoom.us/rec

if (/\/rec\/component-page/.test(window.location.href)) { return; }