Video Downloader for Vimeo

Fastest way to download video from vimeo.

Video Downloader for Vimeo क्या है?

Video Downloader for Vimeo mailbrettwilliams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest way to download video from vimeo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader for Vimeo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}