Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ ZoomSave Public archive

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

Notifications You must be signed in to change notification settings

mrbhanukab/ZoomSave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARCHIVED PROJECT NOTICE

Hello all,

I've decided to archive this project because it's no longer compatible with the recent updates of Zoom, and I will no longer be maintaining it. If you found this tool useful in the past, I truly appreciate your support! ❤️

For those looking for a useful browser extension, consider checking out the "Absolute Right Click Extension". It's available on multiple browsers:

The extension is by the developer "absolute". You can find more about them here.

Thanks again for your interest and understanding.

ZoomSave 🏳️

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:

// @match      https://*.zoom.us/rec*

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