Vimeo Video Downloader
Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.
Vimeo Video Downloaderとは何ですか?
Vimeo Video DownloaderはVideo Downloader Supportによって開発されたChromeの拡張機能で、その主な機能は「Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.」です。
拡張機能のスクリーンショット
Vimeo Video Downloader拡張機能のCRXファイルをダウンロード
Vimeo Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vimeo Downloader is the most simple and effective solution to download any video from vimeo.com in the best quality available. You will see two Download buttons on any video page: - One is placed under video next video name - Another one appears when you hover cursor on the video itself. It is handy when you watch the video in full screen mode When you click download button the Vimeo Downloader selects the best video resolution available and starts downloading. You don't need to search for the button or select video resolution among the options. Of course, Vimeo Downloader can download any embedded vimeo video. This means you can save vimeo video from any website where this video is placed. Vimeo Downloader detects such videos automatically and places Download button on it when you hover the cursor of the video. Note: - We cannot influence resolution quality of the video to be downloaded. It is defined by the author and we cannot neither degrade nor upgrade it.
拡張機能の基本情報
名前 | Vimeo Video Downloader |
ID | higbahnjpnjneepannogpacakfplhngn |
公式URL | https://chrome.google.com/webstore/detail/vimeo-video-downloader/higbahnjpnjneepannogpacakfplhngn |
説明 | Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click. |
ファイルサイズ | 21.58 KB |
インストール数 | 996 |
現在のバージョン | 1.4 |
最終更新日 | 2023-02-03 |
公開日 | 2022-12-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Video Downloader Support |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/vimeovideodownload/pagina-de-pornire |
対応言語 | de,en,fr,tr,es,it,pt-PT,ru,zh-CN,ja,ko |
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.4", "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" ] } |