Vimeo Downloader

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

Vimeo Downloader क्या है?

Vimeo Downloader http://vimeodownloader.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension made for people who want to export content from Vimeo"।

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

screenshot

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

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