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.
拡張機能の基本情報
名前 | Z Recorded Video Downloader |
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 |
Eメール | [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\/*" ] } ] } |