Vimeo Video Downloader

Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.

Vimeo Video Downloader란 무엇입니까?

Vimeo Video Downloader은(는) Video Downloader Support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Vimeo Video Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vimeo Downloader is the most simple and effective solution to download any video from vimeo.com in the best quality available.
You will see two Download buttons on any video page:
- One is placed under video next video name
- Another one appears when you hover cursor on the video itself. It is handy when you watch the video in full screen mode

When you click download button the Vimeo Downloader selects the best video resolution available and starts downloading. You don't need to search for the button or select video resolution among the options.

Of course, Vimeo Downloader can download any embedded vimeo video. This means you can save vimeo video from any website where this video is placed. Vimeo Downloader detects such videos automatically and places Download button on it when you hover the cursor of the video.


Note:
- We cannot influence resolution quality of the video to be downloaded. It is defined by the author and we cannot neither degrade nor upgrade it.                    

확장 프로그램 기본 정보

이름 Vimeo Video Downloader Vimeo Video Downloader
ID higbahnjpnjneepannogpacakfplhngn
공식 URL https://chrome.google.com/webstore/detail/vimeo-video-downloader/higbahnjpnjneepannogpacakfplhngn
설명 Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.
파일 크기 21.58 KB
설치 횟수 996
현재 버전 1.4
최근 업데이트 2023-02-03
출시 날짜 2022-12-14
평점 5.00/5 총 2 개의 평점
개발자 Video Downloader Support
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/vimeovideodownload/pagina-de-pornire
지원되는 언어 de,en,fr,tr,es,it,pt-PT,ru,zh-CN,ja,ko
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.4",
    "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"
    ]
}