Vimeo Video Downloader
Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…
Vimeo Video Downloaderとは何ですか?
Vimeo Video Downloaderはhttps://thevmeo.comによって開発されたChromeの拡張機能で、その主な機能は「Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…」です。
拡張機能のスクリーンショット
Vimeo Video Downloader拡張機能のCRXファイルをダウンロード
Vimeo Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking Download button on the video. This is simple yet fast and effective way to download video from Vimeo. Just click the button and Downloader for Vimeo Video will do the rest. You can also download videos from embedded Vimeo players on any third-party website. Notes: We cannot influence resolution of the video to be downloaded. It is defined by the author and we cannot neither reduce nor upgrade it. Option to select video resolution is under development now and will be added in next update.
拡張機能の基本情報
名前 | |
ID | ldcffbjhmlcpeaeipjjgjihchgfgaecd |
公式URL | https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd |
説明 | Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking… |
ファイルサイズ | 18.2 KB |
インストール数 | 304 |
現在のバージョン | 1.3 |
最終更新日 | 2022-10-06 |
公開日 | 2022-04-13 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://thevmeo.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thevmeo.com |
プライバシーポリシーページのURL | https://sites.google.com/view/downloader-for-vimeo-video |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.3", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.vimeo.com\/*" ], "all_frames": true, "js": [ "js\/content-script.js", "js\/saveAs.js" ], "css": [ "css\/download-style.css" ], "run_at": "document_idle" } ], "icons": { "128": "icons\/128.png" }, "action": { "default_icon": "icons\/58.png" }, "permissions": [ "downloads", "storage" ] } |