Video Downloader for Vimeo

Fastest way to download video from vimeo.

Video Downloader for Vimeo란 무엇입니까?

Video Downloader for Vimeo은(는) mailbrettwilliams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest way to download video from vimeo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Video downloader for vimeo.com website adds "Download" button every video page, video list or embedded video(for all websites). 
Click on "Download" button and select quality of the video you are want to download. 

How it works:
Video from vimeo.com
On vimeo.com main page point cursor to video thumbnail and in upper left corner "Download" button will appear (arrow pointing downwards). After clicking this button select desired quality and click on it.

Embed Vimeo videos:
You can download videos directly from embed Vimeo players on any website.

On vimeo.com main page point cursor to video thumbnail and in upper left corner the "Download" button will appear (arrow pointing downwards). After clicking this button select desired option 

If the "Download" button didn't appear (the reason could be a website-specific individual method of Vimeo video embedding) -  start playing the video and after that "Download" button appears and downloading becomes available for downloading.

Additional information: Our extension just upgrade your browser with download buttons and if video is not available in desired quality, it's not our fault.
If some video is available in poor quality, usually low quality occurs when author initially uploads video with low quality.                    

확장 프로그램 기본 정보

이름 Video Downloader for Vimeo Video Downloader for Vimeo
ID ajilfbhijpgcpmdkpmhohaejdpdpcnbm
공식 URL https://chromewebstore.google.com/detail/video-downloader-for-vime/ajilfbhijpgcpmdkpmhohaejdpdpcnbm
설명 Fastest way to download video from vimeo.
파일 크기 194 KB
설치 횟수 3,000
현재 버전 3.0.0
최근 업데이트 2021-07-06
출시 날짜 2021-04-24
평점 2.71/5 총 7 개의 평점
개발자 mailbrettwilliams
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,en-GB,en-US,fr,es,it,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Vimeo Videos",
        "default_popup": "static\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/vimeo.js"
            ],
            "css": [
                "assets\/css\/styles.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "storage",
        "http:\/\/vimeo.com\/",
        "https:\/\/vimeo.com\/",
        "downloads"
    ],
    "short_name": "Downloader for Vimeo",
    "version": "3.0.0",
    "web_accessible_resources": [
        "images\/download-arrow.svg",
        "images\/loader.gif"
    ]
}