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…
ما هو Vimeo Video Downloader؟
Vimeo Video Downloader هو إضافة Chrome تم تطويرها بواسطة https://thevmeo.com، والميزة الرئيسية لها هي "Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vimeo Video Downloader
قم بتنزيل ملفات الامتداد Vimeo Video Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | ldcffbjhmlcpeaeipjjgjihchgfgaecd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vimeo-video-downloader/ldcffbjhmlcpeaeipjjgjihchgfgaecd |
الوصف | Downloader for Vimeo Video is designed to download videos from vimeo.com to your PC. Now you can easily save any video by clicking… |
حجم الملف | 18.2 KB |
عدد التثبيتات | 304 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-10-06 |
تاريخ النشر | 2022-04-13 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://thevmeo.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://thevmeo.com |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/downloader-for-vimeo-video |
اللغات المدعومة | 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" ] } |