Zoom Recording / Video Downloader
Adds a download button to Zoom recording pages
Zoom Recording / Video Downloaderとは何ですか?
Zoom Recording / Video Downloaderはmattp.solutionsによって開発されたChromeの拡張機能で、その主な機能は「Adds a download button to Zoom recording pages」です。
拡張機能のスクリーンショット
Zoom Recording / Video Downloader拡張機能のCRXファイルをダウンロード
Zoom Recording / Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ehioimgmdbbkmbbimfjcdmonjnjjhgng |
公式URL | https://chrome.google.com/webstore/detail/zoom-recording-video-down/ehioimgmdbbkmbbimfjcdmonjnjjhgng |
説明 | Adds a download button to Zoom recording pages |
ファイルサイズ | 6.77 KB |
インストール数 | 100,000 |
現在のバージョン | 0.1 |
最終更新日 | 2020-05-10 |
公開日 | 2020-05-10 |
評価 | 3.31/5 合計 194 レビュー |
開発者 | mattp.solutions |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |