WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ZED: Zoom Easy Downloader

ZED: Zoom Easy Downloader

View on Chrome Web Store
View ZED: Zoom Easy Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (813 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!
Type
Extension
Users
200,000 users
100K
Website meetingtv.us
Zoomcorder.com
View author page of Zoomcorder.com
Published
Published on May 21, 2020
Version 21.12
Manifest version
3
Updated
Updated on March 4, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ZED: Zoom Easy Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zoomcorder",
    "description": "The fastest and easiest way to download any video from the Zoom platform. Finally, you can now download all to your computer!",
    "manifest_version": 3,
    "name": "ZED: Zoom Easy Downloader",
    "version": "21.12",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg",
                "images\/down.png",
                "images\/8.gif"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png",
            "512": "icons\/512.png",
            "1024": "icons\/1024.png"
        },
        "default_title": "Zoom Easy Downloader"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "homepage_url": "https:\/\/meetingtv.us\/catalog",
    "options_page": "pages\/about\/about.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top