Video Saver for Vimeo

Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.

什么是Video Saver for Vimeo?

Video Saver for Vimeo是由appDeveloper开发的Chrome扩展程序,该扩展的主要功能是“Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.”。

扩展截图

screenshot
screenshot

下载Video Saver for Vimeo扩展crx文件

下载Video Saver for Vimeo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Video Saver for Vimeo allows you to download any Videos from vimeo.com directly to your PC. You can easily download the video you want to save by clicking Download button on the video itself. 

My extension is simple and fast tool for downloading video from Vimeo. All you need is to click the button and Video Saver for Vimeo will do the rest.

After clicking Download a window with resolution options appears. 
You can download Vimeo video on from any website where it is embedded.                    

扩展基本信息

名称 Video Saver for Vimeo Video Saver for Vimeo
ID eghkffkmecbbocbhcggkefjncollmnbc
官方URL https://chrome.google.com/webstore/detail/video-saver-for-vimeo/eghkffkmecbbocbhcggkefjncollmnbc
简介 Free and fast tool for saving Video from Vimeo. Download video in one click. You can download embedded Vimeo video from any website.
文件大小 2.32 MB
安装次数 1,094
当前版本 0.8
更新时间 2023-10-24
上架时间 2022-05-13
评分 4.00/5 共7次评分
开发者 appDeveloper
电子邮箱 [email protected]
隐私政策页面URL https://sites.google.com/view/video-saver-for-vimeo
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.8",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_openvimeo__"
    },
    "icons": {
        "16": "\/assets\/images\/logo16.png",
        "32": "\/assets\/images\/logo32.png",
        "48": "\/assets\/images\/logo48.png",
        "58": "\/assets\/images\/logo58.png",
        "128": "\/assets\/images\/logo128.png",
        "300": "\/assets\/images\/logo300.png",
        "256": "\/assets\/images\/logo256.png",
        "512": "\/assets\/images\/logo512.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "js\/lib\/ffmpeg-mp4.js",
                "\/js\/app.js"
            ],
            "css": [
                "\/assets\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.vimeo.com\/*"
    ]
}