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…”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Vimeo Video Downloader Vimeo Video Downloader
ID ldcffbjhmlcpeaeipjjgjihchgfgaecd
官方URL 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"
    ]
}