Vimeo Video Downloader

Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…

Qu'est-ce que Vimeo Video Downloader ?

Vimeo Video Downloader est une extension Chrome développée par https://thevmeo.com, et sa fonction principale est "Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Vimeo Video Downloader

Téléchargez les fichiers d'extension Vimeo Video Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking Download button on the video. 

This is simple yet fast and effective way to download video from Vimeo. Just click the button and Downloader for Vimeo Video will do the rest.

You can also download videos from embedded Vimeo players on any third-party website.

Notes:
We cannot influence resolution of the video to be downloaded. It is defined by the author and we cannot neither reduce nor upgrade it.

Option to select video resolution is under development now and will be added in next update.                    

Informations de Base sur l'Extension

Nom Vimeo Video Downloader Vimeo Video Downloader
ID ldcffbjhmlcpeaeipjjgjihchgfgaecd
URL Officiel https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd
Description Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…
Taille du Fichier 18.2 KB
Nombre d'Installations 304
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-06
Date de Publication 2022-04-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://thevmeo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thevmeo.com
URL de la Page de Politique de Confidentialité https://sites.google.com/view/downloader-for-vimeo-video
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vimeo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content-script.js",
                "js\/saveAs.js"
            ],
            "css": [
                "css\/download-style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/58.png"
    },
    "permissions": [
        "downloads",
        "storage"
    ]
}