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