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…
Was ist Vimeo Video Downloader?
Vimeo Video Downloader ist eine Chrome-Erweiterung, die von https://thevmeo.com entwickelt wurde, und ihr Hauptmerkmal ist "Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…".
Erweiterungsscreenshots
Vimeo Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimeo Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ldcffbjhmlcpeaeipjjgjihchgfgaecd |
Offizielle URL | https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd |
Beschreibung | Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking… |
Dateigröße | 18.2 KB |
Installationsanzahl | 304 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-10-06 |
Veröffentlichungsdatum | 2022-04-13 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://thevmeo.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://thevmeo.com |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/downloader-for-vimeo-video |
Unterstützte Sprachen | 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" ] } |