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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |