Vimeo Downloader
A chrome extension made for people who want to export content from Vimeo
什麼是Vimeo Downloader?
Vimeo Downloader是由http://vimeodownloader.co開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension made for people who want to export content from Vimeo”。
擴展截圖
下載Vimeo Downloader擴展crx文件
下載Vimeo Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Download videos from web sites or just collect them in your video list without downloading them. Important: We had to lock the download of Vimeo videos because of restrictions of the Chrome Store. There are always videos which are protected by the sites and cannot be downloaded. How it works? 1 Open Vimoe.com url and log in to your account as usual 2 Select video and enter the details page 3 Enable the extension to automatically inject the download button 4 Choose video qulity to download Feature of Vimoe™ Downloader -Convenient -HD quality IS IT FREE? It includes a FREE TRIAL for limited use and once you’re sure you like it you can purchase PRO membership to use the full version. Data privacy All the data is processed only on your local computer, it never passes through our web servers, no one knows what others download. Note: ‒ This extension is not affiliated with Vimoe™. ‒ If you get several download buttons with the same quality, it means that this video has several frame rates and/or different codecs for this quality. Hold the mouse cursor on the button to see the tooltip with quality and fps. SUPPORT We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].
擴展基本資訊
名稱 | Vimeo Downloader |
ID | chiecakmpkcbffcnbnjlhgepldanajih |
官方網址 | https://chrome.google.com/webstore/detail/chiecakmpkcbffcnbnjlhgepldanajih |
簡介 | A chrome extension made for people who want to export content from Vimeo |
檔案大小 | 300 KB |
安裝次數 | 208 |
目前版本 | 1.0.3 |
更新時間 | 2023-08-31 |
上架時間 | 2023-03-29 |
評分 | 4.56/5 共 9 次評分 |
開發者 | http://vimeodownloader.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://vimeodownloader.co/how-to-download-4k-vimeo-videos |
說明頁面URL | https://vimeodownloader.co/terms-of-service/ |
隱私政策頁面URL | https://email-extractor.cc/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "\/popup\/index.html" }, "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "name": "Vimeo Downloader", "description": "A chrome extension made for people who want to export content from Vimeo", "version": "1.0.3", "oauth2": { "client_id": "252414408694-055l4229jod2os1gvkpnba19tdfchso2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "host_permissions": [ "*:\/\/*.vimeo.com\/*" ], "permissions": [] } |