Vimeo Video Downloader
Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.
Qu'est-ce que Vimeo Video Downloader ?
Vimeo Video Downloader est une extension Chrome développée par Video Downloader Support, et sa fonction principale est "Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click.".
Captures d'Écran de l'Extension
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
Vimeo Downloader is the most simple and effective solution to download any video from vimeo.com in the best quality available. You will see two Download buttons on any video page: - One is placed under video next video name - Another one appears when you hover cursor on the video itself. It is handy when you watch the video in full screen mode When you click download button the Vimeo Downloader selects the best video resolution available and starts downloading. You don't need to search for the button or select video resolution among the options. Of course, Vimeo Downloader can download any embedded vimeo video. This means you can save vimeo video from any website where this video is placed. Vimeo Downloader detects such videos automatically and places Download button on it when you hover the cursor of the video. Note: - We cannot influence resolution quality of the video to be downloaded. It is defined by the author and we cannot neither degrade nor upgrade it.
Informations de Base sur l'Extension
Nom | Vimeo Video Downloader |
ID | higbahnjpnjneepannogpacakfplhngn |
URL Officiel | https://chrome.google.com/webstore/detail/vimeo-video-downloader/higbahnjpnjneepannogpacakfplhngn |
Description | Download any video from Vimeo in highest available quality. Vimeo Downloader saves any video file to your PC in one click. |
Taille du Fichier | 21.58 KB |
Nombre d'Installations | 996 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-02-03 |
Date de Publication | 2022-12-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Video Downloader Support |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/vimeovideodownload/pagina-de-pornire |
Langues Prises en Charge | de,en,fr,tr,es,it,pt-PT,ru,zh-CN,ja,ko |
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.4", "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" ] } |