Vimeo Private Downloader

Download private VIMEO video of the current tab.

What is Vimeo Private Downloader?

Vimeo Private Downloader is a Chrome extension developed by fagundesjgd, and its main feature is "Download private VIMEO video of the current tab.".

Extension Screenshots

screenshot

Download Vimeo Private Downloader Extension CRX File

Download Vimeo Private Downloader 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

                        With this extension you can download private videos of VIMEO from current web page.

Contact for support or help: [email protected]                    

Extension Basic Information

Name Vimeo Private Downloader Vimeo Private Downloader
ID bigelpnhidcahdkpmbgpllmiibdkllai
Official URL https://chrome.google.com/webstore/detail/vimeo-private-downloader/bigelpnhidcahdkpmbgpllmiibdkllai
Description Download private VIMEO video of the current tab.
File Size 5.08 KB
Installation Count 45,848
Current Version 1.0.1
Last Updated 2020-04-07
Publish Date 2020-04-04
Rating 3.87/5 Total 171 Ratings
Developer fagundesjgd
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vimeo Private Downloader",
    "version": "1.0.1",
    "description": "Download private VIMEO video of the current tab.",
    "author": "[email protected]",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Titulo default"
    }
}