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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}