Video Downloader for Web
Popular and one of the best Video Downloader in Web Store. Saves popular media formats.
Τι είναι το Video Downloader for Web;
Το Video Downloader for Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Loader-web.com, και η κύρια λειτουργία του είναι "Popular and one of the best Video Downloader in Web Store. Saves popular media formats.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Video Downloader for Web
Λήψη αρχείων επέκτασης Video Downloader for Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The video downloader for web has a very convenient interface. Extension icon in the upper right corner of the browser will be painted in turquoise color if the extension detects any video files - including MP4, FLV, webm, mov, and etc.. A extension video downloader popup window сan displays each available media file, format, and video size. Then just click the “Download” button to save the video to your PC. Done! No need to guess the file size or the resolution. Video downloader detects all resolutions available, so you can choose according to your needs what size is the best. Please note: Our chrome extension video downloader only works on certain sites which you can see listed in this description, namely: Vimeo, Twitter. Over time, we will increase the list of sites. After installing the video downloader extension, please reload the tab from which you want to save the video so that the extension can recognize the video file! Please note: some web sites need to start playing the video first to help this video downloader find it and then you can click to download button. Important: - Our video downloader do not allow downloading from Adult websites - We do not allow video downloader illegal/copyrighted content - It's restricted to video downloader from Youtube (in accordance with Chrome policies). If you have problems or videos which cannot be downloaded please don't give a bad rating but write us an email which is listed in the web store and help us to improve plugin. Also we will be glad to see your feedback or suggestions for improving the work of the our video downloader extension! Read less
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cnlogloeabhinechhmcgkkgglmiefaif |
Επίσημο URL | https://chrome.google.com/webstore/detail/video-downloader-for-web/cnlogloeabhinechhmcgkkgglmiefaif |
Περιγραφή | Popular and one of the best Video Downloader in Web Store. Saves popular media formats. |
Μέγεθος Αρχείου | 1.01 MB |
Αριθμός Εγκαταστάσεων | 700,000 |
Τρέχουσα Έκδοση | 1.0.9 |
Τελευταία Ενημέρωση | 2022-07-11 |
Ημερομηνία Δημοσίευσης | 2020-10-27 |
Αξιολόγηση | 3.57/5 Συνολικά 4089 Αξιολογήσεις |
Προγραμματιστής | Loader-web.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://vdweb.net/privacy.html |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.9", "short_name": "__MSG_short_name__", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "\/js\/jquery-3.1.1.min.js", "\/js\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*\/*", "activeTab", "downloads" ], "browser_action": { "default_title": "__MSG_name__", "default_icon": "images\/logo_not.png", "default_popup": "popup.html" }, "icons": { "128": "images\/logo.png" }, "web_accessible_resources": [ "*" ], "manifest_version": 2 } |