Zoom Recording / Video Downloader
Adds a download button to Zoom recording pages
Co to jest Zoom Recording / Video Downloader?
Zoom Recording / Video Downloader to rozszerzenie Chrome opracowane przez mattp.solutions, a jego główną funkcją jest „Adds a download button to Zoom recording pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zoom Recording / Video Downloader
Pobierz pliki rozszerzeń Zoom Recording / Video Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ehioimgmdbbkmbbimfjcdmonjnjjhgng |
Oficjalny URL | https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng |
Opis | Adds a download button to Zoom recording pages |
Rozmiar pliku | 6.77 KB |
Liczba instalacji | 100,000 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-05-10 |
Data Publikacji | 2020-05-10 |
Ocena | 3.31/5 Łącznie 194 Oceny |
Deweloper | mattp.solutions |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |