Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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'" } }