Vimeo Downloader

A chrome extension made for people who want to export content from Vimeo

Vimeo Downloader란 무엇입니까?

Vimeo Downloader은(는) http://vimeodownloader.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension made for people who want to export content from Vimeo"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Download videos from web sites or just collect them in your video list without downloading them.

Important:
We had to lock the download of Vimeo videos because of restrictions of the Chrome Store.
There are always videos which are protected by the sites and cannot be downloaded.

How it works?
1 Open Vimoe.com url and log in to your account as usual
2 Select video and enter the details page
3 Enable the extension to automatically inject the download button
4 Choose video qulity to download

Feature of Vimoe™ Downloader
-Convenient
-HD quality

IS IT FREE?
It includes a FREE TRIAL for limited use and once you’re sure you like it you can purchase PRO membership to use the full version.

Data privacy
All the data is processed only on your local computer, it never passes through our web servers, no one knows what others download.

Note:
‒ This extension is not affiliated with Vimoe™.
‒ If you get several download buttons with the same quality, it means that this video has several frame rates and/or different codecs for this quality. Hold the mouse cursor on the button to see the tooltip with quality and fps.

SUPPORT
We sincerely want to solve any problem you may have.Please feel free to contact us via [email protected].                    

확장 프로그램 기본 정보

이름 Vimeo Downloader Vimeo Downloader
ID chiecakmpkcbffcnbnjlhgepldanajih
공식 URL https://chrome.google.com/webstore/detail/chiecakmpkcbffcnbnjlhgepldanajih
설명 A chrome extension made for people who want to export content from Vimeo
파일 크기 300 KB
설치 횟수 208
현재 버전 1.0.3
최근 업데이트 2023-08-31
출시 날짜 2023-03-29
평점 4.56/5 총 9 개의 평점
개발자 http://vimeodownloader.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vimeodownloader.co/how-to-download-4k-vimeo-videos
도움말 페이지 URL https://vimeodownloader.co/terms-of-service/
개인정보 보호 정책 페이지 URL https://email-extractor.cc/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "Vimeo Downloader",
    "description": "A chrome extension made for people who want to export content from Vimeo",
    "version": "1.0.3",
    "oauth2": {
        "client_id": "252414408694-055l4229jod2os1gvkpnba19tdfchso2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        "*:\/\/*.vimeo.com\/*"
    ],
    "permissions": []
}