Z Recorded Video Downloader
Z Recorded Video Downloader
什么是Z Recorded Video Downloader?
Z Recorded Video Downloader是由Yohan Rathnayaka开发的Chrome扩展程序,该扩展的主要功能是“Z Recorded Video Downloader”。
扩展截图
下载Z Recorded Video Downloader扩展crx文件
下载Z Recorded Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Zoom™" recording videos that are not allowed to download, you can easily download them using this extension
~~~~~~~STEP~~~~~~~
1. First, go to the Zoom™ Recorded video
2. Then you can see "Right click here and click Save link as..." button
3. Right-click the mouse on the button
4. Click the "Save link as..."
Zoom™ is a registered trade mark of Zoom™ Inc. The use of the Zoom™ trade name or trademark is for identification, reference or descriptive. This extension has no connection to Zoom™ Inc or their product brand. All the occurrences of the word "Zoom" is for descriptive purpose only. 扩展基本信息
| 名称 | |
| ID | pfephgbbpbfofokgkhmpgojohjcemjao |
| 官方URL | https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao |
| 简介 | Z Recorded Video Downloader |
| 文件大小 | 44.55 KB |
| 安装次数 | 180 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-11-07 |
| 上架时间 | 2022-11-06 |
| 开发者 | Yohan Rathnayaka |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://sites.google.com/view/goodtechsolution/home |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Z Recorded Video Downloader",
"description": "Z Recorded Video Downloader",
"version": "1.2",
"options_page": "popup.html",
"content_scripts": [
{
"matches": [
"https:\/\/*.zoom.us\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css"
]
}
],
"icons": {
"120": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "Z Recorded Video Downloader",
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.zoom.us\/*"
],
"resources": [
"img\/*"
]
}
]
} | |