Zoom Recording / Video Downloader

Adds a download button to Zoom recording pages

Zoom Recording / Video Downloader là gì?

Zoom Recording / Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi mattp.solutions, và tính năng chính của nó là "Adds a download button to Zoom recording pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoom Recording / Video Downloader

Tải xuống các tệp mở rộng Zoom Recording / Video Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zoom Recording / Video Downloader Zoom Recording / Video Downloader
ID ehioimgmdbbkmbbimfjcdmonjnjjhgng
URL Chính Thức https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng
Mô tả Adds a download button to Zoom recording pages
Kích Thước Tệp 6.77 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-05-10
Ngày Phát Hành 2020-05-10
Đánh Giá 3.31/5 Tổng số 194 Đánh Giá
Nhà Phát Triển mattp.solutions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}