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…
Cos'è Vimeo Video Downloader?
Vimeo Video Downloader è un'estensione di Chrome sviluppata da https://thevmeo.com, e la sua funzione principale è "Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vimeo Video Downloader
Scarica i file di estensione Vimeo Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ldcffbjhmlcpeaeipjjgjihchgfgaecd |
URL Ufficiale | https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd |
Descrizione | Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking… |
Dimensione del File | 18.2 KB |
Conteggio Installazioni | 304 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2022-10-06 |
Data di Pubblicazione | 2022-04-13 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://thevmeo.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://thevmeo.com |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/downloader-for-vimeo-video |
Lingue Supportate | 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" ] } |