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 là gì?
Vimeo Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://thevmeo.com, và tính năng chính của nó là "Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vimeo Video Downloader
Tải xuống các tệp mở rộng Vimeo Video Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldcffbjhmlcpeaeipjjgjihchgfgaecd |
URL Chính Thức | https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd |
Mô tả | Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking… |
Kích Thước Tệp | 18.2 KB |
Số Lần Cài Đặt | 304 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-10-06 |
Ngày Phát Hành | 2022-04-13 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://thevmeo.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thevmeo.com |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/downloader-for-vimeo-video |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |