Vimeo™ Video Downloader Pro

Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.

What is Vimeo™ Video Downloader Pro?

Vimeo™ Video Downloader Pro is a Chrome extension developed by save.highvideo, and its main feature is "Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Vimeo™ Video Downloader Pro Extension CRX File

Download Vimeo™ Video Downloader Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple Vimeo downloader. You can download Vimeo video with a single click.

How to download vimeo video?
1. Video from vimeo.com
      Point the cursor to the video thumbnail or video detail page,  the "Download" button (arrow down) will appear in the upper right corner. Once you click the button, you can download vimeo videos.
2. Embed Vimeo video
     You can download vimeo videos from embedded Vimeo players on the web.

Features:
  - Support Vimeo video download
  - Supports 1000+ embedded sites
  - Supports downloading private videos
  - Supports download HD, 2k, 4k videos
  - Supports Volume Control, Speed Controller, Picture in Picture, etc                    

Extension Basic Information

Name Vimeo™ Video Downloader Pro Vimeo™ Video Downloader Pro
ID penndbmahnpapepljikkjmakcobdahne
Official URL https://chrome.google.com/webstore/detail/vimeo-video-downloader-pr/penndbmahnpapepljikkjmakcobdahne
Description Vimeo Video Downloader Pro supports download vimeo videos from vimeo.com and embedded sites.
File Size 620 KB
Installation Count 6,142
Current Version 1.0.7
Last Updated 2023-01-17
Publish Date 2022-08-13
Rating 4.10/5 Total 10 Ratings
Developer save.highvideo
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vimeomate.com/privacy
Supported Languages id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emnnbocicckplplepjjojfkmiodfdjaf",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script-vimeo.js"
            ],
            "css": [
                "css\/insert-vimeo.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-inject.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/content-script-volume.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-turn.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-script-picture.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "version": "1.0.7",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "*:\/\/*.aliyuncs.com\/*",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo-blue.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "resources": [
                "js\/ajax-listener.js"
            ]
        }
    ]
}