Video Downloader for Vimeo

Fastest way to download video from vimeo.

Video Downloader for Vimeo là gì?

Video Downloader for Vimeo là một tiện ích mở rộng Chrome được phát triển bởi mailbrettwilliams, và tính năng chính của nó là "Fastest way to download video from vimeo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Downloader for Vimeo

Tải xuống các tệp mở rộng Video Downloader for Vimeo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Downloader for Vimeo Video Downloader for Vimeo
ID ajilfbhijpgcpmdkpmhohaejdpdpcnbm
URL Chính Thức https://chromewebstore.google.com/detail/video-downloader-for-vime/ajilfbhijpgcpmdkpmhohaejdpdpcnbm
Mô tả Fastest way to download video from vimeo.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2021-07-06
Ngày Phát Hành 2021-04-24
Đánh Giá 2.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển mailbrettwilliams
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}