Video Downloader for Vimeo

Now you can download any video from vimeo.com in a single click. Can also download embedded video.

Τι είναι το Video Downloader for Vimeo;

Το Video Downloader for Vimeo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smogensenn, και η κύρια λειτουργία του είναι "Now you can download any video from vimeo.com in a single click. Can also download embedded video.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Downloader for Vimeo

Λήψη αρχείων επέκτασης Video Downloader for Vimeo σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Now you can easily download videos from a video-sharing platform with just one click. Our video downloader tool adds a "download" button to the video page, video list, or embedded video. Click on the "Download" button and select desired quality of the video you wish to download. It's that simple!

That's how the tool works:
If the video is available on the main page of the video-sharing platform, point the cursor to the video thumbnail, and "Download" button will appear in the upper left corner (an arrow pointing downwards). Click on the button, and select the desired option.

If the video is embedded on any other website, you can download it directly from the embedded player. 
If the "download" button does not appear, it might be due to the individual method of Vimeo video embedding on a specific website. In this case, start playing the video, and the "download" button will appear, making it available for downloading.

You can also use the popup icon of the extension, and the number on the icon will correspond to the quantity of videos available for downloading on the page.

Please note that if the video is not available in the desired quality, it's not our fault. Poor quality is usually due to the author initially uploading the video with low quality.

Disclaimer:
This extension is not affiliated with well-known video hosting platform. It doesn't represent any trademark and is not intended to distort or resemble such a service.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Downloader for Vimeo Video Downloader for Vimeo
ID ccojahccghngokfldcgimalaonfljeil
Επίσημο URL https://chrome.google.com/webstore/detail/video-downloader-for-vime/ccojahccghngokfldcgimalaonfljeil
Περιγραφή Now you can download any video from vimeo.com in a single click. Can also download embedded video.
Μέγεθος Αρχείου 2.34 MB
Αριθμός Εγκαταστάσεων 33,085
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2023-11-01
Ημερομηνία Δημοσίευσης 2023-03-23
Αξιολόγηση 3.72/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής smogensenn
Ηλεκτρονικό ταχυδρομείο [email protected]
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/videodownloaderforvimeo
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,tr,da,es,it,lv,lt,hu,pl,pt-PT,sk,sv,el,sr,bg,ru,uk,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.3",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "js\/background_script.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.vimeo.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/embed.vhx.tv\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}